]> granicus.if.org Git - graphviz/commitdiff
remove unused varaibles
authorellson <devnull@localhost>
Mon, 3 Jul 2006 19:56:21 +0000 (19:56 +0000)
committerellson <devnull@localhost>
Mon, 3 Jul 2006 19:56:21 +0000 (19:56 +0000)
plugin/gd/gvrender_gd.c

index 355e2171f2b0df7b79753be4cc6e7ce8e296d679..58652792db42fdb38260b46702f4cff44ed951e2 100644 (file)
@@ -511,12 +511,10 @@ static void gdgen_ellipse(GVJ_t * job, pointf * A, int filled)
 
 static void gdgen_polyline(GVJ_t * job, pointf * A, int n)
 {
-    gvstyle_t *style = job->style;
     gdImagePtr im = (gdImagePtr) job->surface;
     pointf p, p1;
     int i;
-    int dashstyle[20];
-    int pen, width;
+    int pen;
     gdImagePtr brush = NULL;
 
     if (!im)