diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-07-24 11:01:11 (GMT) |
|---|---|---|
| committer | JF002 <JF002@users.noreply.github.com> | 2021-08-10 09:39:25 (GMT) |
| commit | c086520c9796322043d9617e6cff5c554529d640 (patch) | |
| tree | c4ef01e053d30b2184c946188db1a11abebdf57d /src/displayapp/screens/Clock.h | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, inspired by PR #232 by nscooling.
Diffstat (limited to 'src/displayapp/screens/Clock.h')
| -rw-r--r-- | src/displayapp/screens/Clock.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h index a48feea..7968cce 100644 --- a/src/displayapp/screens/Clock.h +++ b/src/displayapp/screens/Clock.h @@ -9,9 +9,6 @@ #include "components/datetime/DateTimeController.h" namespace Pinetime { - namespace Drivers { - class BMA421; - } namespace Controllers { class Settings; class Battery; @@ -51,10 +48,6 @@ namespace Pinetime { std::unique_ptr<Screen> WatchFaceDigitalScreen(); std::unique_ptr<Screen> WatchFaceAnalogScreen(); std::unique_ptr<Screen> PineTimeStyleScreen(); - - // Examples for more watch faces - // std::unique_ptr<Screen> WatchFaceMinimalScreen(); - // std::unique_ptr<Screen> WatchFaceCustomScreen(); }; } } |
