From cd4682d1ef087494ea53dc5c5c2303fdaf5fe2a8 Mon Sep 17 00:00:00 2001 From: mark9064 <30447455+mark9064@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:05:04 +0100 Subject: Remove unused motion subscribed method --- src/components/ble/MotionService.cpp | 4 ---- src/components/ble/MotionService.h | 1 - 2 files changed, 5 deletions(-) (limited to 'src/components/ble') diff --git a/src/components/ble/MotionService.cpp b/src/components/ble/MotionService.cpp index 1626a5bf..029be894 100644 --- a/src/components/ble/MotionService.cpp +++ b/src/components/ble/MotionService.cpp @@ -120,7 +120,3 @@ void MotionService::UnsubscribeNotification(uint16_t attributeHandle) { else if (attributeHandle == motionValuesHandle) motionValuesNoficationEnabled = false; } - -bool MotionService::IsMotionNotificationSubscribed() const { - return motionValuesNoficationEnabled; -} 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; -- cgit v1.2.3-70-g09d2