Skip to content

Commit a0cda52

Browse files
committedMar 1, 2018
Remove outdated comment block
1 parent 9aac4e3 commit a0cda52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎python/plugins/processing/core/parameters.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ def getParameterFromString(s):
242242
def initializeParameters():
243243
from processing.core.Processing import Processing
244244

245-
"""
246-
ModelerParameterDefinitionDialog.PARAMETER_TABLE: QCoreApplication.translate('Processing',
247-
'A vector layer parameter, e.g. for algorithms which change layer styles, edit layers in place, or other operations which affect an entire layer.'),
248-
"""
249-
250245
Processing.registerParameter(PARAMETER_MAP_LAYER, QCoreApplication.translate('Processing', 'Map Layer'),
251246
QgsProcessingParameterMapLayer,
252247
description=QCoreApplication.translate('Processing', 'A generic map layer parameter, which accepts either vector or raster layers.'))

0 commit comments

Comments
 (0)
Please sign in to comment.