summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commitaf9f55c977b18f48db39aeb899ac9e81fffb445b (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /gfx.c
parent102653eb63b6118ee451e9d00dc6945dac9dc03b (diff)
downloadopenttd-af9f55c977b18f48db39aeb899ac9e81fffb445b.tar.xz
(svn r2720) Remove unused declarations and definitions
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index db64cb049..c404c608a 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1729,8 +1729,6 @@ static void DbgScreenRect(int left, int top, int right, int bottom)
}
#endif
-extern bool _dbg_screen_rect;
-
void RedrawScreenRect(int left, int top, int right, int bottom)
{
assert(right <= _screen.width && bottom <= _screen.height);