diff options
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index 87d44aa..fecc665 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -19,7 +19,6 @@ #include "components/ble/ImmediateAlertService.h" #include "components/ble/ServiceDiscovery.h" #include "components/ble/MotionService.h" -#include "components/ble/weather/WeatherService.h" #include "components/fs/FS.h" namespace Pinetime { @@ -56,9 +55,6 @@ namespace Pinetime { Pinetime::Controllers::AlertNotificationService& alertService() { return anService; }; - Pinetime::Controllers::WeatherService& weather() { - return weatherService; - }; uint16_t connHandle(); void NotifyBatteryLevel(uint8_t level); |
