From: ellson Date: Sun, 11 Jun 2006 14:39:47 +0000 (+0000) Subject: unused variable X-Git-Tag: LAST_LIBGRAPH~32^2~6453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37a05fb0256d149c9d45d29eb2651ba31c78c731;p=graphviz unused variable --- diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 761a76faf..20cc15a23 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -997,7 +997,6 @@ void gvrender_usershape(GVJ_t * job, char *name, pointf * a, int n, bool filled) double iw, ih, pw, ph, tw, th; double scalex, scaley; /* scale factors */ boxf b; /* target box */ - pointf tmp; int i; if (! (us = gvusershape_find(name)))