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/PineTimeStyle.h | |
| parent | 6e9eafeba44fd0e698cf288704a5eb2fc6bd76aa (diff) | |
rm bleRadioEnabled tracking when the change is not used by the watch face
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.h b/src/displayapp/screens/PineTimeStyle.h index 5de9a5f..9e52844 100644 --- a/src/displayapp/screens/PineTimeStyle.h +++ b/src/displayapp/screens/PineTimeStyle.h @@ -52,7 +52,6 @@ namespace Pinetime { DirtyValue<uint8_t> batteryPercentRemaining {}; 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 {}; |
