summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Timer.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-21 06:04:29 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-21 06:25:10 (GMT)
commit686569ce43327ad8edbc247e3a41e3cfc161ff9b (patch)
tree1673502ef995b7abeaad5c830f94a80d784b3fbb /src/displayapp/screens/Timer.h
parentd938be6b09bfa62c8f2ec5fbe7edc72c7472d0ca (diff)
Remove unused member from Timer App class
Diffstat (limited to 'src/displayapp/screens/Timer.h')
-rw-r--r--src/displayapp/screens/Timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Timer.h b/src/displayapp/screens/Timer.h
index 93e84c8..f7772fa 100644
--- a/src/displayapp/screens/Timer.h
+++ b/src/displayapp/screens/Timer.h
@@ -20,7 +20,6 @@ namespace Pinetime::Applications::Screens {
private:
void CreateButtons();
- bool running;
uint8_t secondsToSet = 0;
uint8_t minutesToSet = 0;
Controllers::TimerController& timerController;