From: Matthew Fernandez Date: Wed, 19 May 2021 03:07:56 +0000 (-0700) Subject: remove commented out code in glcomptexture.c X-Git-Tag: 2.47.3~23^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb32220d5853dcbf6a2ddc19543877fd4e22c071;p=graphviz remove commented out code in glcomptexture.c --- diff --git a/lib/glcomp/glcomptexture.c b/lib/glcomp/glcomptexture.c index 5f4995815..a9e56c264 100644 --- a/lib/glcomp/glcomptexture.c +++ b/lib/glcomp/glcomptexture.c @@ -13,12 +13,6 @@ #include -#if 0 -void glCompSetRemoveTexLabel(glCompSet * s, glCompFont * t) -{ -} -#endif - static glCompTex *glCompSetAddNewTexture(glCompSet * s, int width, int height, unsigned char *data, int is2D,int fs) @@ -102,14 +96,10 @@ glCompTex *glCompSetAddNewTexImage(glCompSet * s, int width, int height, } - - - glCompTex *glCompSetAddNewTexLabel(glCompSet * s, char *def, int fs, char *text, int is2D) { int ind, Er, width, height; -// int ind2=0; glCompTex *t; cairo_surface_t *surface = NULL; unsigned char *data;