aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Clock.h')
-rw-r--r--src/displayapp/screens/Clock.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h
index 8cd92090..8c987fbb 100644
--- a/src/displayapp/screens/Clock.h
+++ b/src/displayapp/screens/Clock.h
@@ -21,8 +21,7 @@ namespace Pinetime {
namespace Screens {
class Clock : public Screen {
public:
- Clock(DisplayApp* app,
- Controllers::DateTime& dateTimeController,
+ Clock(Controllers::DateTime& dateTimeController,
const Controllers::Battery& batteryController,
const Controllers::Ble& bleController,
Controllers::NotificationManager& notificationManager,
@@ -36,7 +35,6 @@ namespace Pinetime {
bool OnButtonPushed() override;
private:
- DisplayApp* app;
Controllers::DateTime& dateTimeController;
const Controllers::Battery& batteryController;
const Controllers::Ble& bleController;