We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 99dd19d commit f085636Copy full SHA for f085636
src/app/qgsrasterlayerproperties.cpp
@@ -1887,7 +1887,6 @@ void QgsRasterLayerProperties::refreshHistogram()
1887
myGraphType = BAR_CHART;
1888
bool myIgnoreOutOfRangeFlag = true;
1889
bool myThoroughBandScanFlag = false;
1890
- int myLastBinWithData = 0;
1891
int myBandCountInt = mRasterLayer->bandCount();
1892
QList<QColor> myColors;
1893
myColors << Qt::black << Qt::red << Qt::green << Qt::blue << Qt::magenta << Qt::darkRed << Qt::darkGreen << Qt::darkBlue;
0 commit comments