From af70b169c3d65c053ed80dd85e85304dfa78dc35 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 26 Mar 2026 07:22:19 +0100 Subject: chore(src/gpu): remove stale cnn_v1/v2 artifacts and dead comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - demo_effects.h: drop commented-out cnn_v1/v2 includes (will be removed) - gpu.cc: replace stale "V2:" migration comments with accurate descriptions - effect.h, sequence.h: drop redundant #ifndef guards (kept #pragma once) handoff(Gemini): stale comment cleanup in src/gpu/ — no logic changes --- src/gpu/effect.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gpu/effect.h') diff --git a/src/gpu/effect.h b/src/gpu/effect.h index 6c50d84..70ba9be 100644 --- a/src/gpu/effect.h +++ b/src/gpu/effect.h @@ -1,7 +1,5 @@ // Effect: Base class for effects with multi-input/multi-output support -#ifndef EFFECT_H -#define EFFECT_H #pragma once #include "gpu/gpu.h" @@ -98,4 +96,3 @@ class Effect { // Auto-passthrough helper for 1:1 input/output effects void blit_input_to_output(WGPUCommandEncoder encoder, NodeRegistry& nodes); }; -#endif // EFFECT_H -- cgit v1.2.3