From: ellson Date: Fri, 7 Sep 2007 21:23:47 +0000 (+0000) Subject: remove commented code X-Git-Tag: LAST_LIBGRAPH~32^2~5275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78e1a2fc4377685a8aa3e790fdfd258c2bd922b1;p=graphviz remove commented code --- diff --git a/plugin/devil/gvdevice_devil.c b/plugin/devil/gvdevice_devil.c index 48cc62fe7..1f8cfc85d 100644 --- a/plugin/devil/gvdevice_devil.c +++ b/plugin/devil/gvdevice_devil.c @@ -104,7 +104,6 @@ static gvdevice_features_t device_features_devil = { gvplugin_installed_t gvdevice_devil_types[] = { {IL_BMP, "bmp:cairo", -1, &devil_engine, &device_features_devil}, -// {IL_GIF, "gif:cairo", -1, &devil_engine, &device_features_devil}, {IL_JPG, "jpg:cairo", -1, &devil_engine, &device_features_devil}, {IL_JPG, "jpe:cairo", -1, &devil_engine, &device_features_devil}, {IL_JPG, "jpeg:cairo", -1, &devil_engine, &device_features_devil},