summaryrefslogtreecommitdiff
path: root/Layout/LayoutSweepComplete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutSweepComplete.cpp')
-rw-r--r--Layout/LayoutSweepComplete.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Layout/LayoutSweepComplete.cpp b/Layout/LayoutSweepComplete.cpp
index ab44b7b..f921b3c 100644
--- a/Layout/LayoutSweepComplete.cpp
+++ b/Layout/LayoutSweepComplete.cpp
@@ -6,7 +6,6 @@ LayoutSweepComplete::LayoutSweepComplete(DOGS102* lcd)
_lInfo(0, 1, "Sweep Finished"),
_lPass(0, 5, "Pass"),
_lFail(9, 5, "Fail"),
- _lSw1(11, 7, "Cancel"),
_lSw2(0, 7, "Sweep"),
_fId(2, 0, 5),
_fPass(5, 5, 2),
@@ -23,7 +22,6 @@ void LayoutSweepComplete::display() {
writeLabel(_lInfo);
writeLabel(_lPass);
writeLabel(_lFail);
- writeLabel(_lSw1);
writeLabel(_lSw2);
endUpdate();