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
commitf58ea51e2ae360a2ca920603dcf13acf559cee81 (patch)
treede64446fa3e39d4d97a3b476b363581bb8acf63d /src/gfx.h
parent66a136be0972c9c8a8039b5bec722fb67cd38909 (diff)
downloadopenttd-f58ea51e2ae360a2ca920603dcf13acf559cee81.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 */