From 26478d9006ea1ce92305c8995d2d2ac61d1964c4 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Wed, 22 Feb 2023 22:36:38 +0200 Subject: screens: Remove unused DisplayApp parameters --- src/displayapp/screens/WatchFaceAnalog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/displayapp/screens/WatchFaceAnalog.h') 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, -- cgit v1.2.3-70-g09d2