From: Matthew Fernandez Date: Tue, 18 May 2021 00:05:32 +0000 (-0700) Subject: remove commented out code in gvdevice_gd.c X-Git-Tag: 2.47.3~28^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fddfd19b881677df81328176461cad7b13d3d6df;p=graphviz remove commented out code in gvdevice_gd.c --- diff --git a/plugin/gd/gvdevice_gd.c b/plugin/gd/gvdevice_gd.c index 069f5491b..dcb8552aa 100644 --- a/plugin/gd/gvdevice_gd.c +++ b/plugin/gd/gvdevice_gd.c @@ -140,13 +140,6 @@ static void gd_format(GVJ_t * job) break; #endif -#if 0 -/* libgd only supports reading of xpm files */ -#ifdef HAVE_GD_XPM - case FORMAT_XBM: - gdImageXbm(im, job->output_file); -#endif -#endif break; default: break; @@ -200,13 +193,6 @@ gvplugin_installed_t gvdevice_gd_types[] = { {FORMAT_GD, "gd:cairo", 5, &gd_engine, &device_features_gd_no_writer}, {FORMAT_GD2, "gd2:cairo", 5, &gd_engine, &device_features_gd_no_writer}, -#if 0 -/* libgd only supports reading of xpm files */ -#ifdef HAVE_GD_XPM - {FORMAT_XBM, "xbm:cairo", 5, &gd_engine, &device_features_gd}, -#endif -#endif - #endif {0, NULL, 0, NULL, NULL} };