diff -r 1b984dab8cec -r 72d4c9314c72 src/table/sprites.h --- a/src/table/sprites.h Mon Jun 30 21:31:23 2008 +0000 +++ b/src/table/sprites.h Wed Jul 09 13:32:13 2008 +0000 @@ -1471,12 +1471,6 @@ PALETTE_MODIFIER_TRANSPARENT = TRANSPARENT_BIT, ///this bit is set when a recoloring process is in action PALETTE_MODIFIER_COLOR = RECOLOR_BIT, - - //This is used for the GfxFillRect function - ///Used to draw a "grey out" rectangle. @see GfxFillRect - PALETTE_MODIFIER_GREYOUT = TRANSPARENT_BIT, - ///Set when a colortable mode is used. @see GfxFillRect - USE_COLORTABLE = RECOLOR_BIT, }; /** Masks needed for sprite operations.