diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-12 07:34:18 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-12 07:34:18 (GMT) |
| commit | fc9769cd1fc694304e30e9ed7499d060411c1162 (patch) | |
| tree | 16e15a31fa9b85ab19cd637ae438e2b73e8b820b | |
| parent | 181b30eccf79f6a9e6f30f3eefa312b6681f37dd (diff) | |
rm unused notificationManager reforence from NimbleController
| -rw-r--r-- | src/components/ble/NimbleController.cpp | 1 | ||||
| -rw-r--r-- | src/components/ble/NimbleController.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp index 4dee63e..ce54bb7 100644 --- a/src/components/ble/NimbleController.cpp +++ b/src/components/ble/NimbleController.cpp @@ -35,7 +35,6 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask, : systemTask {systemTask}, bleController {bleController}, dateTimeController {dateTimeController}, - notificationManager {notificationManager}, spiNorFlash {spiNorFlash}, fs {fs}, dfuService {systemTask, bleController, spiNorFlash}, diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index ad19421..000231f 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -86,7 +86,6 @@ namespace Pinetime { Pinetime::System::SystemTask& systemTask; Ble& bleController; DateTime& dateTimeController; - NotificationManager& notificationManager; Pinetime::Drivers::SpiNorFlash& spiNorFlash; FS& fs; DfuService dfuService; |
