Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
run prepare-commit
  • Loading branch information
gioman committed Nov 9, 2018
1 parent 963e450 commit 3165382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/gdal/ClipRasterByMask.py
Expand Up @@ -101,7 +101,6 @@ def initAlgorithm(self, config=None):
target_extent_crs_param.setFlags(target_extent_crs_param.flags() | QgsProcessingParameterDefinition.FlagAdvanced)
self.addParameter(target_extent_crs_param)


multithreading_param = QgsProcessingParameterBoolean(self.MULTITHREADING,
self.tr('Use multithreaded warping implementation'),
defaultValue=False)
Expand Down

0 comments on commit 3165382

Please sign in to comment.