summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-09-12 18:34:11 +0200
committerGitHub <noreply@github.com>2021-09-12 18:34:11 +0200
commit8728ac2f6ae234cd0bf8ec585444d4169aab54b9 (patch)
tree65e5e31aca8e4029bd5c7788e4678c164e3120d9 /src/displayapp/screens/Notifications.cpp
parentf0329298ac4171e1c117bbf4ae2394f2b9769348 (diff)
parent2b30ff4fc6a1835bdc5a94f8754cfd366885c4c0 (diff)
Merge pull request #602 from Riksu9000/del_unused
Remove unused variables
Diffstat (limited to 'src/displayapp/screens/Notifications.cpp')
-rw-r--r--src/displayapp/screens/Notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp
index 22eb290e..417dff00 100644
--- a/src/displayapp/screens/Notifications.cpp
+++ b/src/displayapp/screens/Notifications.cpp
@@ -152,7 +152,7 @@ Notifications::NotificationItem::NotificationItem(const char* title,
uint8_t notifNb,
Modes mode,
Pinetime::Controllers::AlertNotificationService& alertNotificationService)
- : notifNr {notifNr}, notifNb {notifNb}, mode {mode}, alertNotificationService {alertNotificationService} {
+ : mode {mode}, alertNotificationService {alertNotificationService} {
lv_obj_t* container1 = lv_cont_create(lv_scr_act(), NULL);
lv_obj_set_style_local_bg_color(container1, LV_CONT_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x222222));