From fc9769cd1fc694304e30e9ed7499d060411c1162 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Thu, 12 May 2022 09:34:18 +0200 Subject: rm unused notificationManager reforence from NimbleController 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; -- cgit v0.10.2