diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 062e64c..8022595 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -103,7 +103,6 @@ Pinetime::Drivers::Watchdog watchdog; Pinetime::Drivers::WatchdogView watchdogView(watchdog); Pinetime::Controllers::NotificationManager notificationManager; Pinetime::Controllers::MotionController motionController; -Pinetime::Controllers::AlarmController alarmController {dateTimeController}; Pinetime::Controllers::TouchHandler touchHandler(touchPanel, lvgl); Pinetime::Controllers::ButtonHandler buttonHandler; Pinetime::Controllers::BrightnessController brightnessController {}; @@ -119,7 +118,6 @@ Pinetime::Applications::DisplayApp displayApp(lcd, settingsController, motorController, motionController, - alarmController, brightnessController, touchHandler); @@ -132,7 +130,6 @@ Pinetime::System::SystemTask systemTask(spi, batteryController, bleController, dateTimeController, - alarmController, watchdog, notificationManager, motorController, |
