From: Matthew Fernandez Date: Wed, 2 Jun 2021 03:08:36 +0000 (-0700) Subject: remove glCompSetRemoveLabel prototype X-Git-Tag: 2.47.3~12^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88d42fb448def01d7b32ec9fa100b4617d3831ca;p=graphviz remove glCompSetRemoveLabel 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 98c9e374a..9df1b5f48 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 glCompSetRemoveLabel(glCompSet * s, glCompLabel * p); /*events*/ extern int glCompLabelDraw(glCompLabel * p);