From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: dotgen adjustregularpath: remove misleading comment fragment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e340cd44b4cc8fa36b65cdc3ee0dc6df04b4e54;p=graphviz dotgen adjustregularpath: remove misleading comment fragment This function has never contained any ifdef-ed section. --- diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index 7aa07f328..160d521cc 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -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) {