summaryrefslogtreecommitdiff
path: root/Layout/LayoutSweepProgress.h
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutSweepProgress.h')
-rw-r--r--Layout/LayoutSweepProgress.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Layout/LayoutSweepProgress.h b/Layout/LayoutSweepProgress.h
index 82c8081..d8e8720 100644
--- a/Layout/LayoutSweepProgress.h
+++ b/Layout/LayoutSweepProgress.h
@@ -14,13 +14,11 @@ class LayoutSweepProgress : public Layout {
void updateCountdown(uint32_t seconds);
private:
- Label _lSlash;
Label _lMsg1;
Label _lMsg2;
Label _lMsg3;
- Field _fComplete;
- Field _fTotal;
+ Field _fProgress;
Field _fCountdownLabel;
Field _fCountdown;
};