From: Matthew Fernandez Date: Wed, 2 Jun 2021 03:07:37 +0000 (-0700) Subject: remove glCompSetAddLabel prototype X-Git-Tag: 2.47.3~12^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a74c4ac05eeeb75aaf7f664b0a1429c16a7fe8a5;p=graphviz remove glCompSetAddLabel prototype This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56 but its prototype was not. --- diff --git a/lib/glcomp/glcomplabel.h b/lib/glcomp/glcomplabel.h index 2ee957caf..98c9e374a 100644 --- a/lib/glcomp/glcomplabel.h +++ b/lib/glcomp/glcomplabel.h @@ -18,7 +18,6 @@ extern "C" { extern glCompLabel *glCompLabelNew(glCompObj * par, GLfloat x, GLfloat y, char *text); - extern int glCompSetAddLabel(glCompSet * s, glCompLabel * p); extern int glCompSetRemoveLabel(glCompSet * s, glCompLabel * p); /*events*/