]> granicus.if.org Git - graphviz/commitdiff
unused variable
authorellson <devnull@localhost>
Sun, 11 Jun 2006 14:39:47 +0000 (14:39 +0000)
committerellson <devnull@localhost>
Sun, 11 Jun 2006 14:39:47 +0000 (14:39 +0000)
lib/gvc/gvrender.c

index 761a76fafe6f061171aebe4bcfcab55feec6f11e..20cc15a23eb9bd1084985f377ca87ba2a0a79fb0 100644 (file)
@@ -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)))