summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-13 18:52:33 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-13 18:52:33 (GMT)
commita13d55356ef069e33e3afdaffe5f67c7e9e55027 (patch)
treea607d2935725c4efd09de7f4b9dc39bebfbbc277 /src/displayapp/screens/WatchFaceDigital.h
parent569e6fea41c13f33ad1374bb80ca489aaf4a7037 (diff)
Leftover modifications from previous commit!
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
-rw-r--r--src/displayapp/screens/WatchFaceDigital.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h
index eb95e6f..b44e517 100644
--- a/src/displayapp/screens/WatchFaceDigital.h
+++ b/src/displayapp/screens/WatchFaceDigital.h
@@ -50,7 +50,6 @@ namespace Pinetime {
DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime {};
DirtyValue<bool> motionSensorOk {};
DirtyValue<uint32_t> stepCount {};
- DirtyValue<bool> notificationState {};
lv_obj_t* label_time;
lv_obj_t* label_time_pm;
@@ -61,7 +60,6 @@ namespace Pinetime {
lv_obj_t* batteryPlug;
lv_obj_t* stepIcon;
lv_obj_t* stepValue;
- lv_obj_t* notificationIcon;
Controllers::DateTime& dateTimeController;
Controllers::Battery& batteryController;