(svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console
authorDarkvater
Thu, 10 Mar 2005 22:03:55 +0000
changeset 1483 6af4ed63ee23
parent 1482 80e315adc3bd
child 1484 e06402a9e572
(svn r1987) - Cleanup: remove the last remaining dinosaurs of a dead console
console.c
--- a/console.c	Thu Mar 10 21:44:17 2005 +0000
+++ b/console.c	Thu Mar 10 22:03:55 2005 +0000
@@ -31,11 +31,6 @@
 static Textbuf _iconsole_cmdline;
 static byte _iconsole_scroll;
 
-// ** console cursor ** //
-static bool _icursor_state;
-static byte _icursor_rate;
-static byte _icursor_counter;
-
 // ** stdlib ** //
 byte _stdlib_developer = 1;
 bool _stdlib_con_developer = false;
@@ -202,9 +197,6 @@
 	_iconsole_inited = true;
 	_iconsole_mode = ICONSOLE_CLOSED;
 	_iconsole_win = NULL;
-	_icursor_state = false;
-	_icursor_rate = 5;
-	_icursor_counter = 0;
 
 #ifdef ENABLE_NETWORK /* Initialize network only variables */
 	_redirect_console_to_client = 0;