summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-27 06:34:27 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-27 06:34:27 (GMT)
commit9ce1d4ef0bb444f67b0fab505e57e1b4e714ddf0 (patch)
tree7c10745075c32e10da41eb30c119ed44232c432c /src/displayapp/screens/Notifications.cpp
parenta54a8c1d53e5b6013fde067a35e9fe4ea1201995 (diff)
parent272e8d5daf22bd15fbdf6163b71b2ee7994e225a (diff)
Use neofont instead of other bitmap fonts: size reduced to 237416
Diffstat (limited to 'src/displayapp/screens/Notifications.cpp')
-rw-r--r--src/displayapp/screens/Notifications.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp
index c10a60d..7cbfec8 100644
--- a/src/displayapp/screens/Notifications.cpp
+++ b/src/displayapp/screens/Notifications.cpp
@@ -4,8 +4,6 @@
#include "displayapp/screens/Symbols.h"
using namespace Pinetime::Applications::Screens;
-extern lv_font_t jetbrains_mono_extrabold_compressed;
-extern lv_font_t jetbrains_mono_bold_20;
Notifications::Notifications(DisplayApp* app,
Pinetime::Controllers::NotificationManager& notificationManager,