From f6541e0729727eece2cb2b036cef2cbda8c3c8e4 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 8 Mar 2005 23:35:55 +0000 Subject: [PATCH] Ifdef out debugging code --- lib/dotgen/position.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dotgen/position.c b/lib/dotgen/position.c index bf2806bb3..1a12725aa 100644 --- a/lib/dotgen/position.c +++ b/lib/dotgen/position.c @@ -36,6 +36,7 @@ static void make_lrvn(graph_t * g); static void contain_nodes(graph_t * g); static int idealsize(graph_t * g, double); +#ifdef DEBUG static void dumpNS (graph_t * g) { @@ -54,6 +55,7 @@ dumpNS (graph_t * g) n = ND_next(n); } } +#endif void dot_position(graph_t * g) { @@ -67,7 +69,6 @@ void dot_position(graph_t * g) if (flat_edges(g)) set_ycoords(g); create_aux_edges(g); -/* dumpNS (g); */ rank(g, 2, nsiter2(g)); /* LR balance == 2 */ set_xcoords(g); set_aspect(g); -- 2.49.0