Skip to content

Commit ec3e0ac

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgsrasterlayerproperties.cpp

Lines changed: 0 additions & 1 deletion
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)