mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Remove unused variables
This commit is contained in:
@@ -72,7 +72,7 @@ QCursor RiuCursors::cursorFromFile(const QString& fileName, int hotspotX, int
|
||||
return QCursor();
|
||||
}
|
||||
|
||||
QRgb maskClr = image.pixel(0, 0);
|
||||
//QRgb maskClr = image.pixel(0, 0);
|
||||
//QImage imgMask = image.createMaskFromColor(maskClr, Qt::MaskInColor);
|
||||
QImage imgMask = image.createHeuristicMask(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user