From: Matthew Fernandez Date: Sat, 5 Jun 2021 23:48:08 +0000 (-0700) Subject: remove prototype for non-existent glCompSetShow X-Git-Tag: 2.47.3~7^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de765ce84945d3db7a44cbc9d41806df81ad3f71;p=graphviz remove prototype for non-existent glCompSetShow This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56. --- diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h index c0e774800..1613d1945 100644 --- a/lib/glcomp/glcompset.h +++ b/lib/glcomp/glcompset.h @@ -28,7 +28,6 @@ extern "C" { extern glCompSet *glCompSetNew(int w, int h); extern int glCompSetDraw(glCompSet * s); extern int glCompSetHide(glCompSet * s); - extern int glCompSetShow(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);