From 59256a61158c39bd34fd761e943ca8061567a9e6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Aug 2013 00:18:59 +0000 Subject: [PATCH] Remove outdated comment about the lowercase section being incorrect. --- lib/Font.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Font.cpp b/lib/Font.cpp index 534432a..ba59363 100644 --- a/lib/Font.cpp +++ b/lib/Font.cpp @@ -74,7 +74,6 @@ C(89) = { P(0,1), P(0,2), P(1,3), P(2,4), P(2,5), P(2,6), P(2,7), P(3,3), P(4,1) C(90) = { P(0,1), P(0,6), P(0,7), P(1,1), P(1,5), P(1,7), P(2,1), P(2,4), P(2,7), P(3,1), P(3,3), P(3,7), P(4,1), P(4,2), P(4,7), END }; #ifdef LOWERCASE -// This section of the font works now, but doesn't appear to be correct. C(97) = { P(0,5), P(0,6), P(1,4), P(1,7), P(2,4), P(2,7), P(3,4), P(3,5), P(3,6), P(3,7), END }; C(98) = { P(0,1), P(0,2), P(0,3), P(0,4), P(0,5), P(0,6), P(0,7), P(1,4), P(1,7), P(2,4), P(2,7), P(3,5), P(3,6), END }; C(99) = { P(0,5), P(0,6), P(1,4), P(1,7), P(2,4), P(2,7), END };