summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.h
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-09-13 10:19:07 +0200
committerhubmartin <hub.martin@gmail.com>2021-09-13 10:19:07 +0200
commit73d3e41ceadf576542508c114679e1d3e6039d4d (patch)
tree8fdbd15c5a0ac7fc209276ea6e60a9570a51b7ff /src/displayapp/screens/Notifications.h
parent8390d0ef7243261675aab3a5c19862eb3fc53e68 (diff)
parentc9aeef94ea824ad7304ca3f0bd76a476f4744ff4 (diff)
Merge branch 'develop' into pinmap
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
-rw-r--r--src/displayapp/screens/Notifications.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h
index f6f8b4c3..0b5271e7 100644
--- a/src/displayapp/screens/Notifications.h
+++ b/src/displayapp/screens/Notifications.h
@@ -43,21 +43,13 @@ namespace Pinetime {
void OnCallButtonEvent(lv_obj_t*, lv_event_t event);
private:
- uint8_t notifNr = 0;
- uint8_t notifNb = 0;
- char pageText[4];
-
lv_obj_t* container1;
- lv_obj_t* t1;
- lv_obj_t* l1;
- lv_obj_t* l2;
lv_obj_t* bt_accept;
lv_obj_t* bt_mute;
lv_obj_t* bt_reject;
lv_obj_t* label_accept;
lv_obj_t* label_mute;
lv_obj_t* label_reject;
- lv_obj_t* bottomPlaceholder;
Modes mode;
Pinetime::Controllers::AlertNotificationService& alertNotificationService;
bool running = true;