From: John Ellson Date: Wed, 7 Mar 2012 22:54:48 +0000 (-0500) Subject: remove broken conditional that was preventing dot -T? from working X-Git-Tag: LAST_LIBGRAPH~32^2~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b81c7940b0603e40a7cc3835a68eff390be5c0;p=graphviz remove broken conditional that was preventing dot -T? from working --- diff --git a/lib/gvc/gvjobs.c b/lib/gvc/gvjobs.c index 7c0acfe68..93cfb455f 100644 --- a/lib/gvc/gvjobs.c +++ b/lib/gvc/gvjobs.c @@ -81,11 +81,7 @@ boolean gvjobs_output_langname(GVC_t * gvc, const char *name) output_langname_job->gvc = gvc; /* load it now to check that it exists */ -#ifndef WITH_CGRAPH if (gvplugin_load(gvc, API_device, name)) -#else /* WITH_CGRAPH */ - // if (gvplugin_load(gvc, API_device, name)) -#endif /* WITH_CGRAPH */ return TRUE; return FALSE; }