From b142ffd6c962cf907b21b136fbac9013a57a4182 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 18 Jan 2026 10:24:06 +0100 Subject: [PATCH] Remove comments --- common/rhi/yacreader_flow_rhi.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/rhi/yacreader_flow_rhi.cpp b/common/rhi/yacreader_flow_rhi.cpp index b8487477..442b890e 100644 --- a/common/rhi/yacreader_flow_rhi.cpp +++ b/common/rhi/yacreader_flow_rhi.cpp @@ -1257,8 +1257,3 @@ QSize YACReaderFlow3D::minimumSizeHint() const { return QSize(320, 200); } - -// YACReaderComicFlow3D implementation -// YACReaderComicFlow3D implementation moved to common/rhi/yacreader_comic_flow_rhi.* - -// Implementations for derived flows and loaders live in their own files.