Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 1, 2019
1 parent a4e8010 commit 0ad22d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/processing/qgsprocessingutils.cpp
Expand Up @@ -314,7 +314,6 @@ QgsProcessingFeatureSource *QgsProcessingUtils::variantToSource( const QVariant

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

Expand Down

0 comments on commit 0ad22d7

Please sign in to comment.