(svn r10255) -Codechange: remove some old debug code nobody was using anymore

This commit is contained in:
truelight
2007-06-21 16:53:57 +00:00
parent 66a136be09
commit f58ea51e2a
5 changed files with 1 additions and 42 deletions

View File

@@ -302,9 +302,4 @@ enum StringColorFlags {
IS_PALETTE_COLOR = 0x100, ///< color value is already a real palette color index, not an index of a StringColor
};
#ifdef _DEBUG
extern bool _dbg_screen_rect;
#endif
#endif /* GFX_H */