Skip to content

Commit

Permalink
WatchFaceDigital: Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh authored and JF002 committed Mar 20, 2024
1 parent 4ca2112 commit 9a5f516
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/displayapp/screens/WatchFaceDigital.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ namespace Pinetime {
uint8_t displayedHour = -1;
uint8_t displayedMinute = -1;

Utility::DirtyValue<uint8_t> batteryPercentRemaining {};
Utility::DirtyValue<bool> powerPresent {};
Utility::DirtyValue<bool> bleState {};
Utility::DirtyValue<bool> bleRadioEnabled {};
Utility::DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::minutes>> currentDateTime {};
Utility::DirtyValue<uint32_t> stepCount {};
Utility::DirtyValue<uint8_t> heartbeat {};
Expand Down

0 comments on commit 9a5f516

Please sign in to comment.