diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-28 08:20:37 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-28 08:20:37 +0100 |
| commit | e39ccafe38134ac8b06fc0b14c2537293fc9fa89 (patch) | |
| tree | 5face896c3b24ebf1e145f430e9480472ebc7d4f /cmake | |
| parent | 472c2258dbeca000a454ea1781f09df63477563e (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.cmake | 2 |
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 |
