mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-01-28 20:02:22 +01:00
Remove unused motion subscribed method
This commit is contained in:
parent
7ea36e8cac
commit
cd4682d1ef
@ -120,7 +120,3 @@ void MotionService::UnsubscribeNotification(uint16_t attributeHandle) {
|
||||
else if (attributeHandle == motionValuesHandle)
|
||||
motionValuesNoficationEnabled = false;
|
||||
}
|
||||
|
||||
bool MotionService::IsMotionNotificationSubscribed() const {
|
||||
return motionValuesNoficationEnabled;
|
||||
}
|
||||
|
||||
@ -21,7 +21,6 @@ namespace Pinetime {
|
||||
|
||||
void SubscribeNotification(uint16_t attributeHandle);
|
||||
void UnsubscribeNotification(uint16_t attributeHandle);
|
||||
bool IsMotionNotificationSubscribed() const;
|
||||
|
||||
private:
|
||||
NimbleController& nimble;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user