summaryrefslogtreecommitdiff
path: root/Layout/LayoutHelp.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-12-11 09:47:25 -0600
committerMike Fiore <mfiore@multitech.com>2015-12-11 09:47:25 -0600
commit2780dbb79e01d916e48452abf7d0e2b1b85dc643 (patch)
treebc9a4d964d8be761e7ded4b47257d538561e12ea /Layout/LayoutHelp.h
parent8f3d5d0a8e9539ebcc203f5dd7c3661cad101a35 (diff)
downloadmtdot-box-evb-factory-firmware-2780dbb79e01d916e48452abf7d0e2b1b85dc643.tar.gz
mtdot-box-evb-factory-firmware-2780dbb79e01d916e48452abf7d0e2b1b85dc643.tar.bz2
mtdot-box-evb-factory-firmware-2780dbb79e01d916e48452abf7d0e2b1b85dc643.zip
fix bug in layout where a character from last field could be displayed in new field, remove lots of memset calls
Diffstat (limited to 'Layout/LayoutHelp.h')
-rw-r--r--Layout/LayoutHelp.h1
1 files changed, 0 insertions, 1 deletions
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);