]> granicus.if.org Git - graphviz/commitdiff
Empty builtins an empty array, because gvpack doesn't need any of the
authorerg <devnull@localhost>
Thu, 13 Jan 2005 23:50:48 +0000 (23:50 +0000)
committererg <devnull@localhost>
Thu, 13 Jan 2005 23:50:48 +0000 (23:50 +0000)
drivers. Leave plugins.c in case we need it in the future.

cmd/tools/plugins.c

index 035e34651200fd4dda59f015937624b740ba2c50..b7e1cf6ef16c6ff6dba654dd8dca35445ae9086f 100644 (file)
 #include        "types.h"
 #include        "macros.h"
 #include        "gvc.h"
-
-#ifndef DISABLE_GVRENDER
-extern gvplugin_t gvplugin_cairo_LTX_plugin,
-    gvplugin_gd_LTX_plugin,
-    gvplugin_text_LTX_plugin;
-#endif
-extern gvplugin_t gvplugin_layout_LTX_plugin;
-
 gvplugin_t *builtins[] = {
-#ifndef DISABLE_GVRENDER
-    &gvplugin_cairo_LTX_plugin,
-    &gvplugin_gd_LTX_plugin,
-    &gvplugin_text_LTX_plugin,
-#endif
-    &gvplugin_layout_LTX_plugin,
     NULL
 };