summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-21 16:53:57 +0000
committertruelight <truelight@openttd.org>2007-06-21 16:53:57 +0000
commitaf8a234db03d075167a3bd50251905b40c6998c2 (patch)
treede64446fa3e39d4d97a3b476b363581bb8acf63d /src/gfx.h
parent56eb1738ee6de39367047a3cd0f20011560eb393 (diff)
downloadopenttd-af8a234db03d075167a3bd50251905b40c6998c2.tar.xz
(svn r10255) -Codechange: remove some old debug code nobody was using anymore
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gfx.h b/src/gfx.h
index edc19ab07..8c6408899 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -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 */