]> granicus.if.org Git - graphviz/commitdiff
remove glCompSetAddLabel prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Jun 2021 03:07:37 +0000 (20:07 -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 2ee957caf1c827c89f0da04f1fcfb9852a4bc8cd..98c9e374a093d730ddad7825193ff3cb5dbdaa99 100644 (file)
@@ -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*/