Remove unused variable
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user