diff options
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 25438384..cbb0b2cb 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -24,8 +24,7 @@ namespace Pinetime { class WatchFaceAnalog : public Screen { public: - WatchFaceAnalog(DisplayApp* app, - Controllers::DateTime& dateTimeController, + WatchFaceAnalog(Controllers::DateTime& dateTimeController, const Controllers::Battery& batteryController, const Controllers::Ble& bleController, Controllers::NotificationManager& notificationManager, |
