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

index ffa20ee8683f7970542edcbc52deca3291fb325e..cf359761eef7320776889e2118a9cffa021b7554 100644 (file)
@@ -221,10 +221,3 @@ void glCompButtonMouseUp(glCompObj * obj, GLfloat x, GLfloat y,
     if (((glCompButton *) obj)->common.callbacks.mouseup)
        ((glCompButton *) obj)->common.callbacks.mouseup(obj, x, y, t);
 }
-
-
-
-
-void glCompButtonSetText(glCompButton * p, char *str)
-{
-}
index 9f585a961ae5d6b126939e2bb491ac08444b73c0..15ba3ab7bc6cd68d771a0d36ac6013e8457008e5 100644 (file)
@@ -21,7 +21,6 @@ extern "C" {
                                         char *caption);
     extern int glCompSetRemoveButton(glCompSet * s, glCompButton * p);
     extern void glCompButtonDraw(glCompButton * p);
-    extern void glCompButtonSetText(glCompButton * p, char *str);
     extern int glCompButtonAddPngGlyph(glCompButton * b, char *fileName);
     extern void glCompButtonClick(glCompObj * o, GLfloat x, GLfloat y,
                                  glMouseButtonType t);