From e39ccafe38134ac8b06fc0b14c2537293fc9fa89 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 08:20:37 +0100 Subject: 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 --- cmake/DemoSourceLists.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/DemoSourceLists.cmake') 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 -- cgit v1.2.3