Skip to content

Commit 1874c21

Browse files
author
jef
committedMar 20, 2010
follow up r13093
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13094 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8ea106f commit 1874c21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/raster/qgsrasterlayer.cpp

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