]> granicus.if.org Git - graphviz/commitdiff
remove prototype for non-existent glCompSetHide
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 23:49:25 +0000 (16:49 -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 1613d19451a2f60f8dd7ff02abb94634f3b88f5a..fe98082c6c3aabee6e6bbf4f6a120fea623492f3 100644 (file)
@@ -27,7 +27,6 @@ extern "C" {
     void glCompEmptyCommon(glCompCommon * c);
     extern glCompSet *glCompSetNew(int w, int h);
     extern int glCompSetDraw(glCompSet * s);
-    extern int glCompSetHide(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);