]> granicus.if.org Git - graphviz/commitdiff
replace // with #if 0
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:55:18 +0000 (18:55 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:55:18 +0000 (18:55 +0000)
lib/gd/gdft.c

index 0fbd1417b82d73a80f496d2dcb28c223e6b6de84..84f8caa35b934a122a3fef5e74391e2be9737633 100644 (file)
@@ -966,8 +966,10 @@ BGD_DECLARE(char *) gdImageStringFTEx (gdImage * im, int *brect, int fg, char *f
         }
     }
 
-//  if (fg < 0)
-//      render_mode |= FT_LOAD_MONOCHROME;
+#if 0
+    if (fg < 0)
+       render_mode |= FT_LOAD_MONOCHROME;
+#endif
 
   /* find requested charmap */
   encodingfound = 0;