From 6e6fe9c5b1d86efb776ef07dfefcbf269f783a8b Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Thu, 8 Aug 2013 15:24:50 -0400 Subject: [PATCH] Remove unused variable --- plugin/core/gvrender_core_svg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0