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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Layout/LayoutHelp.h') diff --git a/Layout/LayoutHelp.h b/Layout/LayoutHelp.h index 44e70d5..fd4ff02 100644 --- a/Layout/LayoutHelp.h +++ b/Layout/LayoutHelp.h @@ -12,7 +12,6 @@ class LayoutHelp : public Layout { void updateMode(std::string mode); void updateDescription(std::string description); void updateMsg(std::string msg); - void removeMsg(); void updateSw1(std::string s); void updateSw2(std::string s); -- cgit v1.2.3