]> granicus.if.org Git - graphviz/commitdiff
remove unused glCompSetClear
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 03:04:57 +0000 (20:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 01:51:23 +0000 (18:51 -0700)
lib/glcomp/glcompset.c
lib/glcomp/glcompset.h

index 1e7a94e39be618dc03df7a8be37dffc4139fb0d7..971c43f3f9470b0ece77989f8c9c08395e45af05 100644 (file)
@@ -295,10 +295,6 @@ void glCompDrawEnd(void)   //pops the gl stack
 
 }
 
-void glCompSetClear(glCompSet * s)
-{
-}
-
 int glCompSetDraw(glCompSet * s)
 {
     int ind = 0;
index cbe4835f051f801c9451c66b2b322478cc9dd339..c0e774800b39f4b795043612a94f4a70fd7dd307 100644 (file)
@@ -26,7 +26,6 @@ extern "C" {
                                 GLfloat y);
     void glCompEmptyCommon(glCompCommon * c);
     extern glCompSet *glCompSetNew(int w, int h);
-    extern void glCompSetClear(glCompSet * s);
     extern int glCompSetDraw(glCompSet * s);
     extern int glCompSetHide(glCompSet * s);
     extern int glCompSetShow(glCompSet * s);