Skip to content

Commit 8bdfc7c

Browse files
elpasonyalldawson
authored andcommittedApr 17, 2019
Drop comment
1 parent 86b7345 commit 8bdfc7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/raster/qgsrasterprojector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ QgsRasterBlock *QgsRasterProjector::block( int bandNo, QgsRectangle const &exte
758758
if ( feedback && feedback->isCanceled() )
759759
return new QgsRasterBlock();
760760

761-
// TODO: check if the last condition always apply to context
762761
if ( ! mSrcCRS.isValid() || ! mDestCRS.isValid() || mSrcCRS == mDestCRS )
763762
{
764763
QgsDebugMsgLevel( QStringLiteral( "No projection necessary" ), 4 );

0 commit comments

Comments
 (0)
Please sign in to comment.