Skip to content

Commit

Permalink
Revert "Merge pull request #6929 from ghtmtt/fix_proc_modeler"
Browse files Browse the repository at this point in the history
There are no useless parameters in Processing.

This reverts commit fd5e0a7, reversing
changes made to 69de345.
  • Loading branch information
alexbruy authored and nyalldawson committed May 11, 2018
1 parent be73c96 commit 213fc55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/processing/qgsprocessingregistry.cpp
Expand Up @@ -30,6 +30,7 @@ QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent SIP_TRANSFERTHIS )
addParameterType( new QgsProcessingParameterTypeCrs() );
addParameterType( new QgsProcessingParameterTypeRange() );
addParameterType( new QgsProcessingParameterTypePoint() );
addParameterType( new QgsProcessingParameterTypeEnum() );
addParameterType( new QgsProcessingParameterTypeExtent() );
addParameterType( new QgsProcessingParameterTypeMatrix() );
addParameterType( new QgsProcessingParameterTypeFile() ) ;
Expand Down

0 comments on commit 213fc55

Please sign in to comment.