From 38a8f58ef053ee4a21a2d83ed576855e7cf15b62 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 9 Sep 2010 17:47:49 +0000 Subject: [PATCH] Remove incorrect setting of Verbose --- lib/dotgen/dotinit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dotgen/dotinit.c b/lib/dotgen/dotinit.c index 298ab33d4..0306b24e2 100644 --- a/lib/dotgen/dotinit.c +++ b/lib/dotgen/dotinit.c @@ -258,8 +258,6 @@ void dot_layout(Agraph_t * g) aspect_t* asp; setEdgeType (g, ET_SPLINE); - Verbose=0; - asp = setAspect (g, &aspect); dot_init_node_edge(g); -- 2.40.0