From 836b9d62f608a2f66acf1bebb514972fb177fffe Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 16 Sep 2018 15:56:22 +0100 Subject: [PATCH] plato: remove unused variable --- Applications/plato/fuzix/keyboard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Applications/plato/fuzix/keyboard.c b/Applications/plato/fuzix/keyboard.c index d3399373..90d44147 100644 --- a/Applications/plato/fuzix/keyboard.c +++ b/Applications/plato/fuzix/keyboard.c @@ -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; -- 2.34.1