From: ellson Date: Fri, 27 Oct 2006 13:23:33 +0000 (+0000) Subject: remove unnecesserary/wrong conditions X-Git-Tag: LAST_LIBGRAPH~32^2~5822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=778a358193a2ea139ea4dfe7a300740361d7b9d6;p=graphviz remove unnecesserary/wrong conditions --- diff --git a/plugin/ming/gvrender_ming.c b/plugin/ming/gvrender_ming.c index cbf7af991..22225a826 100644 --- a/plugin/ming/gvrender_ming.c +++ b/plugin/ming/gvrender_ming.c @@ -22,7 +22,6 @@ #include #include "gvplugin_render.h" -#ifdef HAVE_LIBMING #include #define SWFVERSION 6 @@ -295,11 +294,8 @@ static gvrender_features_t ming_features = { NULL, /* device */ NULL, /* gvloadimage target for usershapes */ }; -#endif gvplugin_installed_t gvrender_ming_types[] = { -#ifdef HAVE_LIBMING {FORMAT_SWF, "swf", 10, &ming_engine, &ming_features}, -#endif {0, NULL, 0, NULL, NULL} };