From: erg Date: Thu, 9 Sep 2010 17:51:17 +0000 (+0000) Subject: Remove bad setting of Verbose X-Git-Tag: LAST_LIBGRAPH~32^2~1192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7c6daf826fff3b343e2136eacb050c7fce03779;p=graphviz Remove bad setting of Verbose --- diff --git a/lib/common/args.c b/lib/common/args.c index 453a7f973..669d9d289 100644 --- a/lib/common/args.c +++ b/lib/common/args.c @@ -135,9 +135,6 @@ config_extra_args(GVC_t *gvc, int argc, char** argv) } } *p = 0; - gvc->common.verbose=0; - Verbose=0; - return cnt; }