summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Timer.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-05-19 12:08:47 +0300
committerJF <JF002@users.noreply.github.com>2022-06-06 21:28:03 +0200
commit254c85246e8bb0c79a83c291323f06c2af3f9618 (patch)
tree05adbd3cb023275ef0da8955c97b8f135f687f06 /src/displayapp/screens/Timer.h
parent4a40d29279f7f8445fb88d604ef6a424a033f1ea (diff)
Timer: Replace time label with Counter control hiding functionality
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 2dcc5973..2797a4fa 100644
--- a/src/displayapp/screens/Timer.h
+++ b/src/displayapp/screens/Timer.h
@@ -23,7 +23,6 @@ namespace Pinetime::Applications::Screens {
void SetTimerRunning();
void SetTimerStopped();
Controllers::TimerController& timerController;
- lv_obj_t* time;
lv_obj_t* msecTime;
lv_obj_t* btnPlayPause;
lv_obj_t* txtPlayPause;