From 4a7ab715f7115460892927b998b2c45828f275d6 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 1 Dec 2015 15:11:03 -0600 Subject: update progress and pass/fail for sweep --- Layout/LayoutSweepProgress.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Layout/LayoutSweepProgress.h') 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; }; -- cgit v1.2.3