summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-28 08:20:37 +0100
committerskal <pascal.massimino@gmail.com>2026-02-28 08:20:37 +0100
commite39ccafe38134ac8b06fc0b14c2537293fc9fa89 (patch)
tree5face896c3b24ebf1e145f430e9480472ebc7d4f /cmake
parent472c2258dbeca000a454ea1781f09df63477563e (diff)
remove vestigial demo_effects.cc
handoff(Gemini): deleted src/gpu/demo_effects.cc (empty stub), removed from headless GPU_SOURCES in DemoSourceLists.cmake, dropped stale #include from post_process_helper.cc. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/DemoSourceLists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/DemoSourceLists.cmake b/cmake/DemoSourceLists.cmake
index bc943b6..b9c87fa 100644
--- a/cmake/DemoSourceLists.cmake
+++ b/cmake/DemoSourceLists.cmake
@@ -53,7 +53,7 @@ set(COMMON_GPU_EFFECTS
# GPU sources (conditional: HEADLESS / STRIP_EXTERNAL / NORMAL)
demo_set_conditional_sources(GPU_SOURCES
# Headless mode: Functional stubs (timeline/audio work)
- "src/gpu/gpu_headless.cc;src/gpu/demo_effects.cc;${COMMON_GPU_EFFECTS}"
+ "src/gpu/gpu_headless.cc;${COMMON_GPU_EFFECTS}"
# Strip mode: Minimal GPU stubs only
"src/gpu/gpu_stub.cc"
# Normal mode: Full GPU implementation