From: erg Date: Thu, 9 Sep 2010 17:47:49 +0000 (+0000) Subject: Remove incorrect setting of Verbose X-Git-Tag: LAST_LIBGRAPH~32^2~1193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38a8f58ef053ee4a21a2d83ed576855e7cf15b62;p=graphviz Remove incorrect setting of Verbose --- 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);