]> granicus.if.org Git - graphviz/commitdiff
remove unnecesserary/wrong conditions
authorellson <devnull@localhost>
Fri, 27 Oct 2006 13:23:33 +0000 (13:23 +0000)
committerellson <devnull@localhost>
Fri, 27 Oct 2006 13:23:33 +0000 (13:23 +0000)
plugin/ming/gvrender_ming.c

index cbf7af991f491a78914e3140c87d8398342147d2..22225a82633c1ed9525585aefd3cf73feab0999d 100644 (file)
@@ -22,7 +22,6 @@
 #include <string.h>
 #include "gvplugin_render.h"
 
-#ifdef HAVE_LIBMING
 #include <ming.h>
 
 #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}
 };