From f1bfb5c56a821bdbfe43d58cb03a5a0d2682efdc Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 5 Jun 2021 16:50:17 -0700 Subject: [PATCH] remove prototype for non-existent glCompSetClick This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56. --- lib/glcomp/glcompset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h index fe98082c6..7687623a1 100644 --- a/lib/glcomp/glcompset.h +++ b/lib/glcomp/glcompset.h @@ -27,7 +27,6 @@ extern "C" { void glCompEmptyCommon(glCompCommon * c); extern glCompSet *glCompSetNew(int w, int h); extern int glCompSetDraw(glCompSet * s); - extern int glCompSetClick(glCompSet * s, int x, int y); extern int glCompSetRelease(glCompSet * s, int x, int y); extern void glcompsetUpdateBorder(glCompSet * s, int w, int h); extern int glcompsetNextGroupId(glCompSet * s); -- 2.40.0