plato: remove unused variable
authorAlan Cox <alan@linux.intel.com>
Sun, 16 Sep 2018 14:56:22 +0000 (15:56 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 16 Sep 2018 14:56:22 +0000 (15:56 +0100)
Applications/plato/fuzix/keyboard.c

index d339937..90d4414 100644 (file)
@@ -18,7 +18,6 @@
 #include "../protocol.h"
 #include "key.h"
 
-static uint8_t ch;
 static uint8_t shift_lock = false;
 static uint8_t is_escape = false;
 extern uint8_t xoff_enabled;