]> granicus.if.org Git - graphviz/commitdiff
remove commented out code in glcomptexture.c
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 03:07:56 +0000 (20:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 01:51:23 +0000 (18:51 -0700)
lib/glcomp/glcomptexture.c

index 5f4995815848ad80470659aa584741473c76e8b9..a9e56c2641eb38dc79ded8909fd39bcda9647c0b 100644 (file)
 
 #include <common/memory.h>
 
-#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;