summaryrefslogtreecommitdiff
path: root/Layout/LayoutHelp.cpp
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.cpp
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.cpp')
-rw-r--r--Layout/LayoutHelp.cpp4
1 files changed, 0 insertions, 4 deletions
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);
}