]> granicus.if.org Git - graphviz/commitdiff
remove broken conditional that was preventing dot -T? from working
authorJohn Ellson <ellson@research.att.com>
Wed, 7 Mar 2012 22:54:48 +0000 (17:54 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 7 Mar 2012 22:54:48 +0000 (17:54 -0500)
lib/gvc/gvjobs.c

index 7c0acfe68b2798e27ddfff1c09f25aa4003b9021..93cfb455fc22d8b7b2390e0d30804f0e98d2ab53 100644 (file)
@@ -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;
 }