diff options
| author | avery <aveeryy@protonmail.com> | 2022-03-06 12:11:26 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 12:11:26 (GMT) |
| commit | 452dd12effae76f9d436404376e21ae34881be7a (patch) | |
| tree | 1ee8dc073f49416885d95883c74d01be6d1cb4d3 /src/displayapp/screens/Notifications.h | |
| parent | 5d974434ef2211c8feb7fe464bc9e2da3a3e1771 (diff) | |
| parent | 30797b37bc509b24c86364f6d7b55be642a6dfb4 (diff) | |
Merge branch 'develop' into notifications-as-text
Diffstat (limited to 'src/displayapp/screens/Notifications.h')
| -rw-r--r-- | src/displayapp/screens/Notifications.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index f49d3b3..7416035 100644 --- a/src/displayapp/screens/Notifications.h +++ b/src/displayapp/screens/Notifications.h @@ -62,10 +62,6 @@ namespace Pinetime { }; private: - struct NotificationData { - const char* title; - const char* text; - }; Pinetime::Controllers::NotificationManager& notificationManager; Pinetime::Controllers::AlertNotificationService& alertNotificationService; Pinetime::Controllers::MotorController& motorController; |
