Index: src/smooth/ftgrays.c =================================================================== RCS file: /cvsroot/freetype/freetype2/src/smooth/ftgrays.c,v retrieving revision 1.72 diff -u -r1.72 ftgrays.c --- src/smooth/ftgrays.c 5 Sep 2006 09:45:15 -0000 1.72 +++ src/smooth/ftgrays.c 5 Sep 2006 10:56:34 -0000 @@ -440,8 +440,6 @@ gray_set_cell( RAS_ARG_ TCoord ex, TCoord ey ) { - int invalid, record, clean; - /* Move the cell pointer to a new position. We set the `invalid' */ /* flag to indicate that the cell isn't part of those we're interested */ @@ -1223,7 +1221,7 @@ } -#if 1 +#if 0 gray_dump_cells( RAS_ARG ) { int yindex;