From: Matthew Fernandez Date: Sun, 30 May 2021 17:02:30 +0000 (-0700) Subject: remove commented out code in triang.c X-Git-Tag: 2.47.3~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6144098a4519e59597a00fd6e5257e251e43ee17;p=graphviz remove commented out code in triang.c --- diff --git a/lib/pathplan/triang.c b/lib/pathplan/triang.c index c51e3487b..2417f1981 100644 --- a/lib/pathplan/triang.c +++ b/lib/pathplan/triang.c @@ -110,10 +110,6 @@ static bool dpd_isdiagonal(int i, int ip2, Ppoint_t ** pointp, int pointn) /* Assume (i - 1, i, i + 1) not collinear. */ else res = dpd_ccw(pointp[i], pointp[ip2], pointp[ip1]) == ISCW; -/* - && - (dpd_ccw (pointp[ip2], pointp[i], pointp[im1]) != ISCW)); -*/ if (!res) { return false; }