From fc5424cb72e477c5f1bbfaeddb5c50b851a965ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Sat, 23 Dec 2023 21:24:33 +0100 Subject: [PATCH] User applications selection using CMake Fix include path since last rebase. --- src/components/settings/Settings.h | 2 +- src/displayapp/apps/Apps.h.in | 17 ----------------- .../screens/WatchFaceCasioStyleG7710.h | 2 +- src/displayapp/screens/WatchFaceDigital.h | 2 +- src/displayapp/screens/WatchFaceInfineat.h | 2 +- 5 files changed, 4 insertions(+), 21 deletions(-) diff --git a/src/components/settings/Settings.h b/src/components/settings/Settings.h index c9a0b799..89c2ba97 100644 --- a/src/components/settings/Settings.h +++ b/src/components/settings/Settings.h @@ -3,7 +3,7 @@ #include #include "components/brightness/BrightnessController.h" #include "components/fs/FS.h" -#include "displayapp/Apps.h" +#include "displayapp/apps/Apps.h" namespace Pinetime { namespace Controllers { diff --git a/src/displayapp/apps/Apps.h.in b/src/displayapp/apps/Apps.h.in index 23ad12a3..b4f11720 100644 --- a/src/displayapp/apps/Apps.h.in +++ b/src/displayapp/apps/Apps.h.in @@ -70,23 +70,6 @@ namespace Pinetime { static constexpr size_t Count = sizeof...(Ws); }; - using UserAppTypes = TypeList; - using UserWatchFaceTypes = WatchFaceTypeList