]> granicus.if.org Git - graphviz/commitdiff
remove some commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Mar 2021 04:10:49 +0000 (21:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Mar 2021 22:57:59 +0000 (15:57 -0700)
lib/neatogen/neatosplines.c

index a15ff17bac09fbbf14f1c00b7195f92f97dcfc79..9cb60004783caf1414f8b500339a6226399e5ee8 100644 (file)
@@ -448,14 +448,6 @@ getPath(edge_t * e, vconfig_t * vconfig, int chkPts, Ppoly_t ** obs,
     if (chkPts) {
        pp = ND_lim(agtail(e));
        qp = ND_lim(aghead(e));
-/*
-       for (i = 0; i < npoly; i++) {
-           if ((pp == POLYID_NONE) && in_poly(*obs[i], p))
-               pp = i;
-           if ((qp == POLYID_NONE) && in_poly(*obs[i], q))
-               qp = i;
-       }
-*/
     }
     Pobspath(vconfig, p, pp, q, qp, &line);
     return line;