]> granicus.if.org Git - graphviz/commitdiff
janitor - unused var
authorellson <devnull@localhost>
Sun, 12 Oct 2008 15:52:25 +0000 (15:52 +0000)
committerellson <devnull@localhost>
Sun, 12 Oct 2008 15:52:25 +0000 (15:52 +0000)
lib/common/emit.c

index 81d61bd3bb5b764e7fa1afc9363f11e3a1e44279..4f47a9db446655e1f3b44dc1b005a7f0680ab9b7 100644 (file)
@@ -1046,7 +1046,7 @@ static void emit_begin_node(GVJ_t * job, node_t * n)
     int flags = job->flags;
     int sides, peripheries, i, j, filled = 0, rect = 0, shape, nump = 0;
     polygon_t *poly = NULL;
-    pointf *vertices, ldimen, *p = NULL;
+    pointf *vertices, *p = NULL;
     pointf coord;
     char *s;