]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Interface.cpp
Salome HOME
Fixed the crash on moving Group down and edit it in the issue #1862
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Interface.cpp
index 07fd0249a3df782b9b9226a52924584a1dffb086..51d6f036aabf86035dfb71d9140153283efd7f22 100644 (file)
@@ -81,7 +81,6 @@ void ModelHighAPI_Interface::setName(const std::string& theName)
 
 std::list<ModelHighAPI_Selection> ModelHighAPI_Interface::result() const
 {
-  // TODO(spo): should I use more common function for the whole model to prepare results?
   const_cast<ModelHighAPI_Interface*>(this)->execute();
 
   std::list<ModelHighAPI_Selection> aSelectionList;