diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-01-24 10:49:58 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-26 19:32:30 +0200 |
| commit | 77f9f6d6fdd9ca55fa282e589099fccfec4ff187 (patch) | |
| tree | 5c041d2c82b662e0adb881cd97678b5083f0099a | |
| parent | 6b11d0700a87d6fc7f52a499005d7c512537009f (diff) | |
Apps: Remove Weather from app enum
Weather app is not fully implemented and is causing a warning
| -rw-r--r-- | src/displayapp/Apps.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 89b05d87..f253bc03 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -25,7 +25,6 @@ namespace Pinetime { Metronome, Motion, Steps, - Weather, PassKey, QuickSettings, Settings, |
