]> granicus.if.org Git - graphviz/commitdiff
Janitor: unused variable
authorellson <devnull@localhost>
Wed, 19 Sep 2007 15:19:13 +0000 (15:19 +0000)
committerellson <devnull@localhost>
Wed, 19 Sep 2007 15:19:13 +0000 (15:19 +0000)
lib/common/labels.c

index 501da7dd76e497d45d43ab26d946141dbc2d838a..7e10c8087dd4e2a922bcd44ff3099ee41c585b69 100644 (file)
@@ -176,7 +176,7 @@ void emit_label(GVJ_t * job, emit_state_t emit_state, textlabel_t * lp)
 {
     obj_state_t *obj = job->obj;
     double halfwidth_x, center_x, left_x, right_x;
-    int i, tmp;
+    int i;
     pointf p;
     emit_state_t old_emit_state;