From e1f2525c79f6fa64879375e12bdd50ed21dcab79 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Sat, 4 Jul 2020 07:39:37 -0400 Subject: [PATCH] comment out unused code --- apple/fx80.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apple/fx80.cpp b/apple/fx80.cpp index de843c0..907533c 100644 --- a/apple/fx80.cpp +++ b/apple/fx80.cpp @@ -300,10 +300,10 @@ void Fx80::addCharacter(uint8_t c) c += 128; } - uint8_t width = Fx80Font[c * 19]; + /*uint8_t width =*/ Fx80Font[c * 19]; // FIXME: is 12 right for non-proportional mode? - if (!proportionalMode) - width = 12; + /* if (!proportionalMode) + width = 12;*/ // Each row for this char has two bytes of bits, left-to-right, high // bit leftmost.