]> granicus.if.org Git - graphviz/commitdiff
remove glCompSetRemoveLabel prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Jun 2021 03:08:36 +0000 (20:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 17:03:34 +0000 (10:03 -0700)
This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56 but its
prototype was not.

lib/glcomp/glcomplabel.h

index 98c9e374a093d730ddad7825193ff3cb5dbdaa99..9df1b5f48ca9e06c552d1d8e6d657d4d67a4af78 100644 (file)
@@ -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);