]> granicus.if.org Git - graphviz/commitdiff
GD plugin: remove commented out globals
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 28 Feb 2022 16:06:40 +0000 (08:06 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Mar 2022 22:06:03 +0000 (14:06 -0800)
plugin/gd/gvrender_gd_vrml.c

index f5f8d84e0d8efa1978a052c5874c203354ab92de..d3bf7a1e91f4c96e71d507c299d26209d3eefe54 100644 (file)
@@ -41,11 +41,8 @@ typedef enum { FORMAT_VRML, } format_type;
 
 #define BEZIERSUBDIVISION 10
 
-/* static int  N_pages; */
-/* static point        Pages; */
 static double Scale;
 static double MinZ;
-/* static int  onetime = TRUE; */
 static int Saw_skycolor;
 
 static gdImagePtr im;