summaryrefslogtreecommitdiff
path: root/Layout/LayoutHelp.cpp
diff options
context:
space:
mode:
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);
}