mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 12:45:14 -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);
|
||||
}
|
||||
|
||||
QVector3D out;
|
||||
|
||||
// Loop over pixels
|
||||
for (int y = 0; y < h; ++y)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user