From: ellson Date: Fri, 28 Jul 2006 12:34:21 +0000 (+0000) Subject: remove unused variable X-Git-Tag: LAST_LIBGRAPH~32^2~6024 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5729393fbaafa0230e19c04c1a9425fd2262b685;p=graphviz remove unused variable --- diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index 00077309b..dbf274d36 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -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);