Navigation Menu

Skip to content

Commit

Permalink
Remove outdated comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 1, 2018
1 parent 9aac4e3 commit a0cda52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/core/parameters.py
Expand Up @@ -242,11 +242,6 @@ def getParameterFromString(s):
def initializeParameters():
from processing.core.Processing import Processing

"""
ModelerParameterDefinitionDialog.PARAMETER_TABLE: QCoreApplication.translate('Processing',
'A vector layer parameter, e.g. for algorithms which change layer styles, edit layers in place, or other operations which affect an entire layer.'),
"""

Processing.registerParameter(PARAMETER_MAP_LAYER, QCoreApplication.translate('Processing', 'Map Layer'),
QgsProcessingParameterMapLayer,
description=QCoreApplication.translate('Processing', 'A generic map layer parameter, which accepts either vector or raster layers.'))
Expand Down

0 comments on commit a0cda52

Please sign in to comment.