Skip to content

Commit f085636

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14320 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 99dd19d commit f085636

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgsrasterlayerproperties.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,6 @@ void QgsRasterLayerProperties::refreshHistogram()
18871887
myGraphType = BAR_CHART;
18881888
bool myIgnoreOutOfRangeFlag = true;
18891889
bool myThoroughBandScanFlag = false;
1890-
int myLastBinWithData = 0;
18911890
int myBandCountInt = mRasterLayer->bandCount();
18921891
QList<QColor> myColors;
18931892
myColors << Qt::black << Qt::red << Qt::green << Qt::blue << Qt::magenta << Qt::darkRed << Qt::darkGreen << Qt::darkBlue;

0 commit comments

Comments
 (0)