]> granicus.if.org Git - graphviz/commitdiff
dotgen adjustregularpath: remove misleading comment fragment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Sep 2022 00:27:49 +0000 (17:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 29 Jan 2023 16:24:43 +0000 (08:24 -0800)
This function has never contained any ifdef-ed section.

lib/dotgen/dotsplines.c

index 7aa07f3286b7bf96c6819b7f699c86db5cb9aba1..160d521cc9e3a3029fb7faced5b5d56a463f7d2d 100644 (file)
@@ -2216,8 +2216,7 @@ void refineregularends(edge_t *left, edge_t *right, pathend_t *endp, int dir,
  *
  * The second for loop was added by ek long ago, and apparently is intended
  * to guarantee an overlap between adjacent boxes of at least MINW.
- * It doesn't do this, and the ifdef'ed part has the potential of moving 
- * a box within a node for more complex paths.
+ * It doesn't do this.
  */
 static void adjustregularpath(path * P, int fb, int lb)
 {