WeatherService: Remove unused SystemTask reference

This commit is contained in:
Riku Isokoski
2023-03-15 10:19:30 +02:00
parent c7a9b3d7d3
commit 7e15a1e340
3 changed files with 3 additions and 10 deletions

View File

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