WeatherService: Remove unused SystemTask reference
This commit is contained in:
parent
c7a9b3d7d3
commit
7e15a1e340
3 changed files with 3 additions and 10 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue