aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-02-09 00:04:31 +0000
committerJF <JF002@users.noreply.github.com>2024-02-11 13:28:01 +0100
commit4c274421d9bcf5f903e307f1fd61e52174362975 (patch)
treeb67970cc2ca65dfe389ac55b817b54cc42b50c60 /src/CMakeLists.txt
parent2db920599eec192f794c96fcaeb7376ea3325adb (diff)
Remove GFX (and unused GFX dependencies)
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 0f872f46..8d0b792c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -542,7 +542,6 @@ list(APPEND RECOVERY_SOURCE_FILES
systemtask/SystemTask.cpp
systemtask/SystemMonitor.cpp
drivers/TwiMaster.cpp
- components/gfx/Gfx.cpp
components/rle/RleDecoder.cpp
components/heartrate/HeartRateController.cpp
heartratetask/HeartRateTask.cpp
@@ -572,7 +571,6 @@ list(APPEND RECOVERYLOADER_SOURCE_FILES
components/rle/RleDecoder.cpp
- components/gfx/Gfx.cpp
drivers/St7789.cpp
components/brightness/BrightnessController.cpp