summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-30 16:54:39 +0000
committerdarkvater <darkvater@openttd.org>2005-01-30 16:54:39 +0000
commit1527ef3db001a1bb609f8c331313a52c9ac69888 (patch)
tree49b3e495609d4e23cf7be92ce87f031d35282063 /console.c
parent8580e73b65c94f978319b2b4e7f4dc1833bfa149 (diff)
downloadopenttd-1527ef3db001a1bb609f8c331313a52c9ac69888.tar.xz
(svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik)
Diffstat (limited to 'console.c')
-rw-r--r--console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/console.c b/console.c
index e82cf23c0..e97d5cf6c 100644
--- a/console.c
+++ b/console.c
@@ -32,7 +32,6 @@ static char* _iconsole_buffer[ICON_BUFFER + 1];
static uint16 _iconsole_cbuffer[ICON_BUFFER + 1];
static char _iconsole_cmdline[ICON_CMDLN_SIZE];
static byte _iconsole_cmdpos;
-static Window* _iconsole_win = NULL;
static byte _iconsole_scroll;
// ** console cursor ** //