]> granicus.if.org Git - graphviz/commitdiff
remove prototype for non-existent glCompSetShow
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 23:48:08 +0000 (16:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 03:13:24 +0000 (20:13 -0700)
This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56.

lib/glcomp/glcompset.h

index c0e774800b39f4b795043612a94f4a70fd7dd307..1613d19451a2f60f8dd7ff02abb94634f3b88f5a 100644 (file)
@@ -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);