diff options
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index ad19421..87d44aa 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -17,8 +17,6 @@ #include "components/ble/FSService.h" #include "components/ble/HeartRateService.h" #include "components/ble/ImmediateAlertService.h" -#include "components/ble/MusicService.h" -#include "components/ble/NavigationService.h" #include "components/ble/ServiceDiscovery.h" #include "components/ble/MotionService.h" #include "components/ble/weather/WeatherService.h" @@ -55,12 +53,6 @@ namespace Pinetime { int OnGAPEvent(ble_gap_event* event); void StartDiscovery(); - Pinetime::Controllers::MusicService& music() { - return musicService; - }; - Pinetime::Controllers::NavigationService& navigation() { - return navService; - }; Pinetime::Controllers::AlertNotificationService& alertService() { return anService; }; @@ -96,9 +88,6 @@ namespace Pinetime { AlertNotificationService anService; AlertNotificationClient alertNotificationClient; CurrentTimeService currentTimeService; - MusicService musicService; - WeatherService weatherService; - NavigationService navService; BatteryInformationService batteryInformationService; ImmediateAlertService immediateAlertService; HeartRateService heartRateService; |
