Skip to content

Commit

Permalink
follow up r13093
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13094 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 20, 2010
1 parent 8ea106f commit 1874c21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -5548,7 +5548,6 @@ void QgsRasterImageBuffer::reset( int maxPixelsInVirtualMemory )
bool QgsRasterImageBuffer::nextScanLine( QRgb** imageScanLine, void** rasterScanLine )
{
if ( !mValid )
{
return false;

if( !mCurrentImage && !mCurrentGDALData )
Expand Down

0 comments on commit 1874c21

Please sign in to comment.