]> granicus.if.org Git - graphviz/commitdiff
tclpathplan.c: remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 22:54:05 +0000 (15:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 17:22:21 +0000 (10:22 -0700)
tclpkg/tclpathplan/tclpathplan.c

index 5d8024cbf2d29c1a1428901cb27c547dc5b567f8..1fd974bce99972346a154f675a5b82c039e9e666 100644 (file)
@@ -193,8 +193,6 @@ static void triangle_callback(void *vgparg, point pqr[])
 
     vgp = vgparg;
 
-/*         TBL_ENTRY((tblHeader_pt)vgpaneTable, (ubyte_pt)vgp));*/
-
     if (vgp->triangle_cmd) {
        snprintf(vbuf, sizeof(vbuf), "vgpane%" PRIu64,
                ((uint64_t)((uintptr_t)vgp - (uintptr_t)vgpaneTable->bodyPtr))
@@ -696,7 +694,6 @@ vgpanecmd(ClientData clientData, Tcl_Interp * interp, int argc,
        }
 
        if (vc_refresh(vgp)) {
-           /*Pobspath(vgp->vc, p, pp, q, qp, &line); */
            Pobspath(vgp->vc, p, POLYID_UNKNOWN, q, POLYID_UNKNOWN, &line);
            make_barriers(vgp, pp, qp, &barriers, &n_barriers);
            slopes[0].x = slopes[0].y = 0.0;