Skip to content

Commit 8a64f99

Browse files
author
jef
committed
follow up r13093
git-svn-id: http://svn.osgeo.org/qgis/trunk@13094 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7fb0e90 commit 8a64f99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/raster/qgsrasterlayer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -5548,7 +5548,6 @@ void QgsRasterImageBuffer::reset( int maxPixelsInVirtualMemory )
55485548
bool QgsRasterImageBuffer::nextScanLine( QRgb** imageScanLine, void** rasterScanLine )
55495549
{
55505550
if ( !mValid )
5551-
{
55525551
return false;
55535552

55545553
if( !mCurrentImage && !mCurrentGDALData )

0 commit comments

Comments
 (0)