From 8c04235987bab41a29d810ce4f0d3250457649e3 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Tue, 20 Jan 2026 08:35:49 +0100 Subject: [PATCH] Remove comments --- common/rhi/yacreader_flow_rhi.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/rhi/yacreader_flow_rhi.cpp b/common/rhi/yacreader_flow_rhi.cpp index e5320f4e..1391e3ea 100644 --- a/common/rhi/yacreader_flow_rhi.cpp +++ b/common/rhi/yacreader_flow_rhi.cpp @@ -5,10 +5,6 @@ #endif #include -/*** Preset Configurations ***/ -// Note: The preset configurations are already defined in yacreader_flow_gl.cpp -// We just reference them here as extern to avoid duplicate symbols - int YACReaderFlow3D::updateInterval = 16; static QShader getShader(const QString &name) @@ -766,10 +762,6 @@ void YACReaderFlow3D::executeDrawWithOffset(QRhiCommandBuffer *cb, QRhiTexture * cb->draw(6); } -// Note: The old drawCover() and drawMark() methods have been removed. -// Rendering now uses prepareDrawData() and executeDrawWithOffset() which properly -// batch all resource updates before the render pass begins, following Qt RHI best practices. - void YACReaderFlow3D::releaseResources() { scene.reset();