console.c
changeset 1230 f08094212688
parent 1127 be5e8f11e2fd
child 1243 cb9e17e38c00
--- a/console.c	Sun Jan 30 16:08:19 2005 +0000
+++ b/console.c	Sun Jan 30 16:54:39 2005 +0000
@@ -32,7 +32,6 @@
 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 ** //