Salome HOME
Make selection naming works wit hsketch faces (added sub-edges in naming structure)
[modules/shaper.git] / src / Model / Model_Data.cpp
index 573086ed0a31d441a51f47b4fbf3efe5c2776df2..90bb20e2e2fa3a5d6983673d621249c616e7334c 100644 (file)
@@ -404,7 +404,6 @@ void Model_Data::referencesToObjects(
       boost::shared_ptr<ModelAPI_AttributeSelection> aRef = boost::dynamic_pointer_cast<
           ModelAPI_AttributeSelection>(anAttr->second);
       aReferenced.push_back(aRef->context());
-      theRefs.push_back(std::pair<std::string, std::list<ObjectPtr> >(anAttr->first, aReferenced));
     } else if (aType == ModelAPI_AttributeSelectionList::type()) { // list of selection attributes
       boost::shared_ptr<ModelAPI_AttributeSelectionList> aRef = boost::dynamic_pointer_cast<
           ModelAPI_AttributeSelectionList>(anAttr->second);