remove unused reference

This commit is contained in:
minacode
2022-02-16 13:34:14 +01:00
parent 4f649a8544
commit a1db9fca13
2 changed files with 0 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
: systemTask {systemTask},
bleController {bleController},
dateTimeController {dateTimeController},
notificationManager {notificationManager},
spiNorFlash {spiNorFlash},
fs {fs},
dfuService {systemTask, bleController, spiNorFlash},