summaryrefslogtreecommitdiff
path: root/window.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 /window.c
parent102653eb63b6118ee451e9d00dc6945dac9dc03b (diff)
downloadopenttd-af9f55c977b18f48db39aeb899ac9e81fffb445b.tar.xz
(svn r2720) Remove unused declarations and definitions
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/window.c b/window.c
index 3f6958724..e51b07a72 100644
--- a/window.c
+++ b/window.c
@@ -1492,8 +1492,6 @@ void InputLoop(void)
static int _we4_timer;
-extern uint32 _pixels_redrawn;
-
void UpdateWindows(void)
{
Window *w;