From 77f9f6d6fdd9ca55fa282e589099fccfec4ff187 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 24 Jan 2023 10:49:58 +0200 Subject: [PATCH] Apps: Remove Weather from app enum Weather app is not fully implemented and is causing a warning --- src/displayapp/Apps.h | 1 - 1 file changed, 1 deletion(-) 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,