summaryrefslogtreecommitdiff
path: root/Layout/LayoutSingleHelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutSingleHelp.h')
-rw-r--r--Layout/LayoutSingleHelp.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Layout/LayoutSingleHelp.h b/Layout/LayoutSingleHelp.h
deleted file mode 100644
index 421bc1c..0000000
--- a/Layout/LayoutSingleHelp.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef __LAYOUTSINGLEHELP_H__
-#define __LAYOUTSINGLEHELP_H__
-
-#include "Layout.h"
-
-class LayoutSingleHelp : public Layout {
- public:
- LayoutSingleHelp(DOGS102* lcd);
- ~LayoutSingleHelp();
-
- void display();
-
- private:
- Label _lMode;
- Label _lIns1;
- Label _lIns2;
- Label _lSw1;
- Label _lSw2;
-};
-
-#endif