diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:39:38 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:39:38 (GMT) |
| commit | 569e6fea41c13f33ad1374bb80ca489aaf4a7037 (patch) | |
| tree | d3ec0a05dfaaae60346bca4413b312daa859b4e4 /src/displayapp/screens/NotificationIcon.h | |
| parent | 3115e7c58d3f4c936a68b3756fb8e37663b12830 (diff) | |
Sans notification (notification manager retained as it seems to be used by the dfu manager)
Diffstat (limited to 'src/displayapp/screens/NotificationIcon.h')
| -rw-r--r-- | src/displayapp/screens/NotificationIcon.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/displayapp/screens/NotificationIcon.h b/src/displayapp/screens/NotificationIcon.h deleted file mode 100644 index dc34c3f..0000000 --- a/src/displayapp/screens/NotificationIcon.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -namespace Pinetime { - namespace Applications { - namespace Screens { - class NotificationIcon { - public: - static const char* GetIcon(bool newNotificationAvailable); - }; - } - } -}
\ No newline at end of file |
