summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-24 04:51:16 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-24 10:48:25 (GMT)
commit3c29183dd22d33928ac62c65a378922d49fa06e9 (patch)
treec05c85bb5b2cf079e1547a572cd75c72e0d42d15 /src/components/ble/NimbleController.h
parentb729db093ddb903fc55b5010fa1fe17da5217ae4 (diff)
Remove weather service
Diffstat (limited to 'src/components/ble/NimbleController.h')
-rw-r--r--src/components/ble/NimbleController.h4
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);