diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-10-16 00:05:04 +0100 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-10-16 09:34:55 +0100 |
| commit | cd4682d1ef087494ea53dc5c5c2303fdaf5fe2a8 (patch) | |
| tree | 0217696d0decb63ef1c3e9d50ab6d6df2bb7275e /src/components/ble/MotionService.cpp | |
| parent | 7ea36e8cacaab1406809851c6234cae61287fc17 (diff) | |
Remove unused motion subscribed method
Diffstat (limited to 'src/components/ble/MotionService.cpp')
| -rw-r--r-- | src/components/ble/MotionService.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; -} |
