Timer: Replace time label with Counter control hiding functionality

This commit is contained in:
Riku Isokoski
2022-05-19 12:08:47 +03:00
committed by JF
parent 4a40d29279
commit 254c85246e
2 changed files with 11 additions and 12 deletions

View File

@@ -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;