Remove unused variable

This commit is contained in:
Megamouse 2026-05-14 08:41:05 +02:00
parent f5c420994d
commit 46364856ae

View File

@ -72,8 +72,6 @@ void color_wedge_widget::paintEvent(QPaintEvent* /*event*/)
m_img = QImage(w, h, QImage::Format_RGB32);
}
QVector3D out;
// Loop over pixels
for (int y = 0; y < h; ++y)
{