Skip to content

Commit

Permalink
Unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 4, 2019
1 parent fdbad36 commit cd234f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmrasterize.cpp
Expand Up @@ -319,6 +319,7 @@ QVariantMap QgsRasterizeAlgorithm::processAlgorithm( const QVariantMap &paramete

bool QgsRasterizeAlgorithm::prepareAlgorithm( const QVariantMap &parameters, QgsProcessingContext &context, QgsProcessingFeedback *feedback )
{
Q_UNUSED( feedback )
// Retrieve and clone layers
const QString mapTheme { parameterAsString( parameters, QStringLiteral( "MAP_THEME" ), context ) };
const QList<QgsMapLayer *> mapLayers { parameterAsLayerList( parameters, QStringLiteral( "LAYERS" ), context ) };
Expand Down

0 comments on commit cd234f0

Please sign in to comment.