aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/MotionService.h')
-rw-r--r--src/components/ble/MotionService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ble/MotionService.h b/src/components/ble/MotionService.h
index acc91e8d..e15cffe3 100644
--- a/src/components/ble/MotionService.h
+++ b/src/components/ble/MotionService.h
@@ -21,7 +21,6 @@ namespace Pinetime {
void SubscribeNotification(uint16_t attributeHandle);
void UnsubscribeNotification(uint16_t attributeHandle);
- bool IsMotionNotificationSubscribed() const;
private:
NimbleController& nimble;