]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ParametersAPI/ParametersAPI_Parameter.cpp
Salome HOME
Fixed the crash on moving Group down and edit it in the issue #1862
[modules/shaper.git] / src / ParametersAPI / ParametersAPI_Parameter.cpp
index d562cf325fcbe48a6f311f999864be01a45bec39..b6b9374feaae0314e6353198737177a820e609a7 100644 (file)
@@ -60,7 +60,6 @@ ParameterPtr addParameter(const std::shared_ptr<ModelAPI_Document> & thePart,
                           const std::string & theExpression,
                           const std::string & theComment)
 {
-  // TODO(spo): check that thePart is not empty
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(ParametersAPI_Parameter::ID());
   return ParameterPtr(new ParametersAPI_Parameter(aFeature, theName, theExpression, theComment));
 }