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