]> granicus.if.org Git - graphviz/commitdiff
remove unused variable
authorellson <devnull@localhost>
Fri, 28 Jul 2006 12:34:21 +0000 (12:34 +0000)
committerellson <devnull@localhost>
Fri, 28 Jul 2006 12:34:21 +0000 (12:34 +0000)
plugin/core/gvrender_core_svg.c

index 00077309bf805aa63d3ffcad641abb10a8fc1739..dbf274d36c64103b10c616d73518237e7880916d 100644 (file)
@@ -106,8 +106,6 @@ static void svggen_bzptarray(GVJ_t * job, pointf * A, int n)
 
 static void svggen_print_color(GVJ_t * job, gvcolor_t color)
 {
-    static char buf[SMALLBUF];
-
     switch (color.type) {
     case COLOR_STRING:
        svggen_fputs(job, color.u.string);