diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-12 04:27:58 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-12 04:27:58 (GMT) |
| commit | 2643cda7fee510462efc4447f3ca41f568ae8bce (patch) | |
| tree | 37542da8bdf12ff732a9796c7be28a6a64c514c5 /src/displayapp/screens/WatchFaceAnalog24.h | |
| parent | 6e9eafeba44fd0e698cf288704a5eb2fc6bd76aa (diff) | |
rm bleRadioEnabled tracking when the change is not used by the watch face
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog24.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog24.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog24.h b/src/displayapp/screens/WatchFaceAnalog24.h index 0653bcf..5df8979 100644 --- a/src/displayapp/screens/WatchFaceAnalog24.h +++ b/src/displayapp/screens/WatchFaceAnalog24.h @@ -51,7 +51,6 @@ namespace Pinetime { DirtyValue<uint8_t> batteryPercentRemaining {0}; DirtyValue<bool> isCharging {}; DirtyValue<bool> bleState {}; - DirtyValue<bool> bleRadioEnabled {}; DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime; DirtyValue<bool> motionSensorOk {}; DirtyValue<uint32_t> stepCount {}; |
