]> granicus.if.org Git - graphviz/commitdiff
remove some commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Mar 2021 16:08:26 +0000 (09:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Apr 2021 01:21:35 +0000 (18:21 -0700)
lib/ortho/maze.c

index f5f527c381f0f05ff86b21eda6c6345d8b2b1541..80aa6f9860246abc7f55947109c8027f5cd70e75 100644 (file)
@@ -406,7 +406,6 @@ mkMazeGraph (maze* mp, boxf bb)
        nsides += cp->nsides;
         if (cp->nsides > maxdeg) maxdeg = cp->nsides;
     }
-    /* sides = RALLOC (nsides, sides, snode*); */
 
     /* Mark cells that are small because of a small node, not because of the close
      * alignment of two rectangles.
@@ -432,8 +431,6 @@ mkMazeGraph (maze* mp, boxf bb)
     }
 
     /* tidy up memory */
-    /* g->nodes = RALLOC (g->nnodes+2, g->nodes, snode); */
-    /* g->edges = RALLOC (g->nedges+2*maxdeg, g->edges, sedge); */
     dtclose (vdict);
     dtclose (hdict);
     free (ditems);