diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-03-14 19:33:14 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-03-14 20:00:07 (GMT) |
| commit | 1379b7902fca8628614af358bac7d546cc94efdc (patch) | |
| tree | 95cdcada9f1641115467f36bdda66a9f0b54765f /src/displayapp/screens/WatchFaceAnalog.h | |
| parent | 21da5869c5e48df666ea9d9c7698f7f69528645e (diff) | |
WatchFaceAnalog: local date/time variables
Use local date and time variables. No need to store them in the object.
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 a18eb29..9412d73 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; |
