]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/Cutter.cxx
Parameters are now part of the pipeline update process
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / Cutter.cxx
index e0c80b40a7df160cf1741129105f833961058485..e3f1e2b98517296be15f5685f8fb3f8f28ef4c1a 100644 (file)
@@ -16,8 +16,6 @@ Cutter( )
   this->SetNumberOfInputs( 2 );
   this->SetNumberOfOutputs( 1 );
   this->_MakeOutput< cpPlugins::Interface::Mesh >( 0 );
-
-  this->m_Parameters = this->m_DefaultParameters;
 }
 
 // -------------------------------------------------------------------------