summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
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/video/sdl_v.cpp
parent56eb1738ee6de39367047a3cd0f20011560eb393 (diff)
downloadopenttd-af8a234db03d075167a3bd50251905b40c6998c2.tar.xz
(svn r10255) -Codechange: remove some old debug code nobody was using anymore
Diffstat (limited to 'src/video/sdl_v.cpp')
-rw-r--r--src/video/sdl_v.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index e42226c3b..1e11b32c3 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -476,9 +476,6 @@ static void SdlVideoMainLoop()
_ctrl_pressed = !!(mod & KMOD_CTRL);
_shift_pressed = !!(mod & KMOD_SHIFT);
-#ifdef _DEBUG
- _dbg_screen_rect = !!(mod & KMOD_CAPS);
-#endif
// determine which directional keys are down
_dirkeys =