Skip to content

Commit e5a4716

Browse files
committed
Remove outdated comment
1 parent 70f3bd7 commit e5a4716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/processing/qgsprocessingutils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ bool QgsProcessingUtils::canUseLayer( const QgsMeshLayer *layer )
367367

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

0 commit comments

Comments
 (0)