Salome HOME
Issue #1995, issue #1996, issue #1997 fixes. Change the way of construction naming...
[modules/shaper.git] / src / Model / Model_SelectionNaming.cpp
index dac80bb5f64c4b58b43944d6c86dc691c9fc6642..42c97b2a973d366a2bd6812df240f23e840d1589 100644 (file)
@@ -55,7 +55,6 @@ std::string Model_SelectionNaming::getShapeName(
   // add the result name to the name of the shape
   // (it was in BodyBuilder, but did not work on Result rename)
   bool isNeedContextName = theContext->shape().get() != NULL;
-  // && !theContext->shape()->isEqual(theSubSh);
   // check if the subShape is already in DF
   Handle(TNaming_NamedShape) aNS = TNaming_Tool::NamedShape(theShape, myLab);
   Handle(TDataStd_Name) anAttr;