]> granicus.if.org Git - graphviz/commitdiff
remove unused glcompsetGetGroupId
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 23:53:20 +0000 (16:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 03:13:25 +0000 (20:13 -0700)
lib/glcomp/glcompset.c
lib/glcomp/glcompset.h

index e96ac2029271c50f41024ec244586ce34dad1fda..5ed3a3ab3604312c4bf241a68cb1ef0d436fff56 100644 (file)
@@ -313,7 +313,3 @@ void glcompsetUpdateBorder(glCompSet * s, int w, int h)
        s->common.height = (GLfloat) h;
     }
 }
-extern int glcompsetGetGroupId(glCompSet * s)
-{
-    return s->groupCount;
-}
index 11348eea5854927d8aad4152de25218fedfbeda9..4473ccec7e337c51392b16a7ad64eb7eebe5a576 100644 (file)
@@ -28,7 +28,6 @@ extern "C" {
     extern glCompSet *glCompSetNew(int w, int h);
     extern int glCompSetDraw(glCompSet * s);
     extern void glcompsetUpdateBorder(glCompSet * s, int w, int h);
-    extern int glcompsetGetGroupId(glCompSet * s);
     extern void glCompDrawBegin(void);
     extern void glCompDrawEnd(void);
     extern void glCompSetAddObj(glCompSet * s, glCompObj * obj);