NavigationService: Remove unused SystemTask ref

This commit is contained in:
Riku Isokoski
2023-03-15 10:21:44 +02:00
parent 7e15a1e340
commit ca5e7d1adf
3 changed files with 2 additions and 11 deletions

View File

@@ -44,7 +44,6 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
currentTimeService {dateTimeController},
musicService {*this},
weatherService {dateTimeController},
navService {systemTask},
batteryInformationService {batteryController},
immediateAlertService {systemTask, notificationManager},
heartRateService {systemTask, heartRateController},