]> granicus.if.org Git - graphviz/commitdiff
remove unused tritop variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 7 Sep 2020 23:21:37 +0000 (16:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 14 Sep 2020 03:51:15 +0000 (20:51 -0700)
lib/ortho/trapezoid.c

index 98bf455db57b88d6c753e23a99b4dd06d558d259..812ee39a7bf37aeed780db37e5485e4abfa65465 100644 (file)
@@ -430,7 +430,7 @@ add_segment (int segnum, segment_t* seg, trap_t* tr, qnode_t* qs)
   int tfirstr = 0, tlastr = 0, tfirstl = 0, tlastl = 0;
   int i1, i2, t, tn;
   pointf tpt;
-  int tritop = 0, tribot = 0, is_swapped;
+  int tribot = 0, is_swapped;
   int tmptriseg;
 
   s = seg[segnum];
@@ -501,7 +501,6 @@ add_segment (int segnum, segment_t* seg, trap_t* tr, qnode_t* qs)
   else                         /* v0 already present */
     {       /* Get the topmost intersecting trapezoid */
       tfirst = locate_endpoint(&s.v0, &s.v1, s.root0, seg, qs);
-      tritop = 1;
     }