X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Data.cpp;h=90bb20e2e2fa3a5d6983673d621249c616e7334c;hb=2060965fb573ad7eb9a2ea2f2a11786b40c4b963;hp=573086ed0a31d441a51f47b4fbf3efe5c2776df2;hpb=1211e639733b391a382a043175c0fb7eba22e8b8;p=modules%2Fshaper.git diff --git a/src/Model/Model_Data.cpp b/src/Model/Model_Data.cpp index 573086ed0..90bb20e2e 100644 --- a/src/Model/Model_Data.cpp +++ b/src/Model/Model_Data.cpp @@ -404,7 +404,6 @@ void Model_Data::referencesToObjects( boost::shared_ptr aRef = boost::dynamic_pointer_cast< ModelAPI_AttributeSelection>(anAttr->second); aReferenced.push_back(aRef->context()); - theRefs.push_back(std::pair >(anAttr->first, aReferenced)); } else if (aType == ModelAPI_AttributeSelectionList::type()) { // list of selection attributes boost::shared_ptr aRef = boost::dynamic_pointer_cast< ModelAPI_AttributeSelectionList>(anAttr->second);