mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 06:51:15 +02:00
Removed unused variable.
This commit is contained in:
parent
aef5ea0936
commit
2c2b74f4c8
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ void AutoTester::saveImage(int index) {
|
|||
QPixmap pixmap;
|
||||
pixmap.loadFromData(downloaders[index]->downloadedData());
|
||||
|
||||
int sdf = pixmap.width();
|
||||
QImage image = pixmap.toImage();
|
||||
image = image.convertToFormat(QImage::Format_ARGB32);
|
||||
|
||||
|
|
Loading…
Reference in a new issue