From 88d42fb448def01d7b32ec9fa100b4617d3831ca Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 1 Jun 2021 20:08:36 -0700 Subject: [PATCH] remove glCompSetRemoveLabel prototype This function was removed in 9a9cfd4e90775aa14a11a0db6745783f3a59ef56 but its prototype was not. --- lib/glcomp/glcomplabel.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.1