From: arif Date: Wed, 4 Mar 2009 18:19:11 +0000 (+0000) Subject: unflatten and gvpack fixes + gdiplus plugin added X-Git-Tag: LAST_LIBGRAPH~32^2~2325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79f9754a2915b37d21ca1c79cfc2521acdea1221;p=graphviz unflatten and gvpack fixes + gdiplus plugin added --- diff --git a/cmd/dot/dot.c b/cmd/dot/dot.c index f207f6f24..8cd637668 100644 --- a/cmd/dot/dot.c +++ b/cmd/dot/dot.c @@ -172,7 +172,6 @@ int main(int argc, char **argv) Gvc = gvContextPlugins(lt_preloaded_symbols, DEMAND_LOADING); gvParseArgs(Gvc, argc, argv); - #ifndef WIN32 signal(SIGUSR1, gvToggle); signal(SIGINT, intr); diff --git a/cmd/tools/ccomps.c b/cmd/tools/ccomps.c index 383791e9a..86536ad94 100644 --- a/cmd/tools/ccomps.c +++ b/cmd/tools/ccomps.c @@ -703,7 +703,6 @@ int main(int argc, char *argv[]) Agraph_t *g; ingraph_state ig; int r = 0; - init(argc, argv); newIngraph(&ig, Files, gread);