]> granicus.if.org Git - graphviz/commitdiff
Remove unused variable
authorEmden R. Gansner <erg@research.att.com>
Thu, 8 Aug 2013 19:24:50 +0000 (15:24 -0400)
committerEmden R. Gansner <erg@research.att.com>
Thu, 8 Aug 2013 19:24:50 +0000 (15:24 -0400)
plugin/core/gvrender_core_svg.c

index 39521a5e602ba78ceffc2ac613e207eed2115d98..c2d06745f247a8322d44d949f6dc6747258e9a4a 100644 (file)
@@ -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;