mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-03 21:25:04 -06:00
Remove unused variable
This commit is contained in:
parent
f5c420994d
commit
46364856ae
@ -72,8 +72,6 @@ void color_wedge_widget::paintEvent(QPaintEvent* /*event*/)
|
|||||||
m_img = QImage(w, h, QImage::Format_RGB32);
|
m_img = QImage(w, h, QImage::Format_RGB32);
|
||||||
}
|
}
|
||||||
|
|
||||||
QVector3D out;
|
|
||||||
|
|
||||||
// Loop over pixels
|
// Loop over pixels
|
||||||
for (int y = 0; y < h; ++y)
|
for (int y = 0; y < h; ++y)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user