diff options
| author | JF <JF002@users.noreply.github.com> | 2022-03-14 20:25:46 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 20:25:46 (GMT) |
| commit | 1c4a56b05bf4fcd89d95a7c04e5a7a22f554f00c (patch) | |
| tree | 503d02e73ac7fa1f44ac447ec88ae45a88142a46 /src/displayapp/screens/WatchFaceAnalog.h | |
| parent | 5f2ce53877e3b8b43cf59a04b5c66e4845a18046 (diff) | |
| parent | 1379b7902fca8628614af358bac7d546cc94efdc (diff) | |
Merge pull request #1038 from NeroBurner/analog_local_variables
WatchFaceAnalog: local date/time variables
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 3377d39..4d76298 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -35,13 +35,6 @@ namespace Pinetime { private: uint8_t sHour, sMinute, sSecond; - uint8_t hour; - uint8_t minute; - uint8_t second; - - Pinetime::Controllers::DateTime::Months month; - uint8_t day; - Pinetime::Controllers::DateTime::Days dayOfWeek; Pinetime::Controllers::DateTime::Months currentMonth = Pinetime::Controllers::DateTime::Months::Unknown; Pinetime::Controllers::DateTime::Days currentDayOfWeek = Pinetime::Controllers::DateTime::Days::Unknown; |
