Removed unused variable.

This commit is contained in:
Roland Illig 2005-08-29 09:40:58 +00:00
parent af781d96f8
commit f85a7d8275

View File

@ -70,9 +70,6 @@
static struct termios boot_mode;
static struct termios new_mode;
/* Set if we get an interrupt */
static int slinterrupt;
/* Controls whether we should wait for input in getch */
static int no_slang_delay;