From: Matthew Fernandez Date: Mon, 28 Feb 2022 16:06:40 +0000 (-0800) Subject: GD plugin: remove commented out globals X-Git-Tag: 4.0.0~189^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=416fda89e1783bef6fd58a5498bf306d5a58f147;p=graphviz GD plugin: remove commented out globals --- diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index f5f8d84e0..d3bf7a1e9 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -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;