]> granicus.if.org Git - graphviz/commitdiff
remove prototype for non-existent glCompSetRelease
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 23:51:00 +0000 (16:51 -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 7687623a130f4c912fe805f82e64b1ba00892832..69c7584d8c56487311356ef4f1c0c1b4452e866a 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 glCompSetRelease(glCompSet * s, int x, int y);
     extern void glcompsetUpdateBorder(glCompSet * s, int w, int h);
     extern int glcompsetNextGroupId(glCompSet * s);
     extern int glcompsetGetGroupId(glCompSet * s);