From: Emden R. Gansner Date: Thu, 8 Aug 2013 19:24:50 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: LAST_LIBGRAPH~32^2~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e6fe9c5b1d86efb776ef07dfefcbf269f783a8b;p=graphviz Remove unused variable --- diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index 39521a5e6..c2d06745f 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -482,7 +482,7 @@ static int svg_gradstyle(GVJ_t * job, pointf * A, int n) */ static int svg_rgradstyle(GVJ_t * job, pointf * A, int n) { - pointf G[2]; + /* pointf G[2]; */ float angle; int ifx, ify; static int rgradId;