From 1527ef3db001a1bb609f8c331313a52c9ac69888 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 30 Jan 2005 16:54:39 +0000 Subject: (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik) --- console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'console.c') 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 ** // -- cgit v1.2.3-54-g00ecf