From cbce4579aa7682e2f846b5073a9cb18cc85070c5 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Mon, 11 Apr 2022 14:39:18 +0200 Subject: [PATCH] unused variable --- tty.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tty.h b/tty.h index 20d3d6f..abe6090 100644 --- a/tty.h +++ b/tty.h @@ -25,7 +25,6 @@ private: bool have_char_1 { false }; // RCVR BUSY bit high (11) bool have_char_2 { false }; // RCVR DONE bit high (7) uint16_t registers[4] { 0 }; - bool withUI { false }; public: tty(console *const c);