diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-25 02:56:04 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-25 03:20:18 (GMT) |
| commit | ac8bc2a0a0662b19ee6c286f105dac20a375a9f4 (patch) | |
| tree | 55b6d51236a65d7be871cb369f0c1d373bde3dae /src/main.cpp | |
| parent | 0dcdc37ab00fbc73932df94ec67f39421c266a6d (diff) | |
Remove stopwatch and countdown timer
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 fa492d0..ec11099 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -111,7 +111,6 @@ Pinetime::Drivers::Watchdog watchdog; Pinetime::Drivers::WatchdogView watchdogView(watchdog); Pinetime::Controllers::NotificationManager notificationManager; Pinetime::Controllers::MotionController motionController; -Pinetime::Controllers::TimerController timerController; Pinetime::Controllers::AlarmController alarmController {dateTimeController}; Pinetime::Controllers::TouchHandler touchHandler(touchPanel, lvgl); Pinetime::Controllers::ButtonHandler buttonHandler; @@ -129,7 +128,6 @@ Pinetime::Applications::DisplayApp displayApp(lcd, settingsController, motorController, motionController, - timerController, alarmController, brightnessController, touchHandler); @@ -143,7 +141,6 @@ Pinetime::System::SystemTask systemTask(spi, batteryController, bleController, dateTimeController, - timerController, alarmController, watchdog, notificationManager, |
