Skip to content

Commit

Permalink
Fix copy paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Feb 19, 2013
1 parent 4d86888 commit 1c2b025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/gdal/qgsgdalprovider.cpp
Expand Up @@ -825,7 +825,6 @@ double QgsGdalProvider::maximumValue( int theBandNo ) const
computeMinMax( theBandNo );
mMinMaxComputed[theBandNo-1] = true;
}
computeMinMax( theBandNo );
return mMaximum[theBandNo-1];
}

Expand Down

0 comments on commit 1c2b025

Please sign in to comment.