From 2780dbb79e01d916e48452abf7d0e2b1b85dc643 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Fri, 11 Dec 2015 09:47:25 -0600 Subject: fix bug in layout where a character from last field could be displayed in new field, remove lots of memset calls --- Layout/LayoutHelp.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Layout/LayoutHelp.cpp') diff --git a/Layout/LayoutHelp.cpp b/Layout/LayoutHelp.cpp index 7ed3e61..c3c0b70 100644 --- a/Layout/LayoutHelp.cpp +++ b/Layout/LayoutHelp.cpp @@ -35,10 +35,6 @@ void LayoutHelp::updateMsg(std::string msg) { writeField(_fMsg, msg, true); } -void LayoutHelp::removeMsg() { - removeField(_fMsg); -} - void LayoutHelp::updateSw1(std::string s) { writeField(_fSw1, s, true); } -- cgit v1.2.3