Skip to content

Commit f26dffa

Browse files
committed
WatchFaceDigital: Remove unused variables
1 parent 4ca2112 commit f26dffa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/displayapp/screens/WatchFaceDigital.h

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ namespace Pinetime {
4343
uint8_t displayedHour = -1;
4444
uint8_t displayedMinute = -1;
4545

46-
Utility::DirtyValue<uint8_t> batteryPercentRemaining {};
47-
Utility::DirtyValue<bool> powerPresent {};
48-
Utility::DirtyValue<bool> bleState {};
49-
Utility::DirtyValue<bool> bleRadioEnabled {};
5046
Utility::DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::minutes>> currentDateTime {};
5147
Utility::DirtyValue<uint32_t> stepCount {};
5248
Utility::DirtyValue<uint8_t> heartbeat {};

0 commit comments

Comments
 (0)