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/sequence.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gpu/sequence.h') diff --git a/src/gpu/sequence.h b/src/gpu/sequence.h index 04482fb..51c8af1 100644 --- a/src/gpu/sequence.h +++ b/src/gpu/sequence.h @@ -1,7 +1,5 @@ // Sequence: DAG-based effect routing with ping-pong optimization -#ifndef SEQUENCE_H -#define SEQUENCE_H #pragma once #include "gpu/gpu.h" @@ -126,4 +124,3 @@ class Sequence { UniformsSequenceParams params_; UniformBuffer uniforms_buffer_; }; -#endif // SEQUENCE_H -- cgit v1.2.3