]> granicus.if.org Git - graphviz/commitdiff
remove commented code
authorellson <devnull@localhost>
Fri, 7 Sep 2007 21:23:47 +0000 (21:23 +0000)
committerellson <devnull@localhost>
Fri, 7 Sep 2007 21:23:47 +0000 (21:23 +0000)
plugin/devil/gvdevice_devil.c

index 48cc62fe746a344c643b84d53edd86d60d287645..1f8cfc85d21473f4e4d2bd6f44f2db8d8fe1c98e 100644 (file)
@@ -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},