From: Matthew Fernandez Date: Wed, 19 May 2021 02:59:44 +0000 (-0700) Subject: remove commented out code in glcompbutton.c X-Git-Tag: 2.47.3~23^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb2191da32fa2428effa56122734ea99c2133a03;p=graphviz remove commented out code in glcompbutton.c --- diff --git a/lib/glcomp/glcompbutton.c b/lib/glcomp/glcompbutton.c index f4988d40f..ffa20ee86 100644 --- a/lib/glcomp/glcompbutton.c +++ b/lib/glcomp/glcompbutton.c @@ -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); }