]> granicus.if.org Git - graphviz/commitdiff
remove commented out code in glcompbutton.c
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 02:59:44 +0000 (19:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 01:51:22 +0000 (18:51 -0700)
lib/glcomp/glcompbutton.c

index f4988d40ffedf9fe2df208ac27005a47b872736b..ffa20ee8683f7970542edcbc52deca3291fb325e 100644 (file)
@@ -23,7 +23,6 @@ glCompButton *glCompButtonNew(glCompObj * par, GLfloat x, GLfloat y,
                              GLfloat w, GLfloat h, char *caption)
 {
     glCompButton *p;
-//      glCompCommon* parent=&par->common;
     p = NEW(glCompButton);
     glCompInitCommon((glCompObj *) p, par, x, y);
     p->objType = glButtonObj;
@@ -228,5 +227,4 @@ void glCompButtonMouseUp(glCompObj * obj, GLfloat x, GLfloat y,
 
 void glCompButtonSetText(glCompButton * p, char *str)
 {
-//    replacestr(str, &p->text);
 }