Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 31, 2019
1 parent 70f3bd7 commit e5a4716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/processing/qgsprocessingutils.cpp
Expand Up @@ -367,7 +367,6 @@ bool QgsProcessingUtils::canUseLayer( const QgsMeshLayer *layer )

bool QgsProcessingUtils::canUseLayer( const QgsRasterLayer *layer )
{
// only gdal file-based layers
return layer && layer->isValid();
}

Expand Down

0 comments on commit e5a4716

Please sign in to comment.