summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Vander Mey <jonathan@vandermey.ca>2021-05-24 18:16:30 -0400
committerJF002 <JF002@users.noreply.github.com>2021-06-12 20:04:19 +0200
commit006771699fc5c1a0906920fd16998ec5295227ac (patch)
tree3ceabaad6a95854b7c8f66252c87af68ab758454 /src/CMakeLists.txt
parentdbc2d234058226c42b79e35cb8f6576ac3bf709f (diff)
Remove infinitime-nb.c from source list
Was causing compiler warning for unused constant variable when being compiled. This feel is directly included where it's needed so it doesn't need to be separately compiled anyways.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 71909d7d..7721d6b8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -532,7 +532,6 @@ list(APPEND RECOVERY_SOURCE_FILES
systemtask/SystemTask.cpp
drivers/TwiMaster.cpp
components/gfx/Gfx.cpp
- displayapp/icons/infinitime/infinitime-nb.c
components/rle/RleDecoder.cpp
components/heartrate/HeartRateController.cpp
heartratetask/HeartRateTask.cpp
@@ -559,7 +558,6 @@ list(APPEND RECOVERYLOADER_SOURCE_FILES
drivers/St7789.cpp
components/brightness/BrightnessController.cpp
- displayapp/icons/infinitime/infinitime-nb.c
recoveryLoader.cpp
)