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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/ble/MotionService.h') 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