]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeRefList.h
Salome HOME
Improve coverage for ModelAPI and Config packages
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefList.h
index 27b2427b968674ba6bb44e4afc86a7575db66205..9b326bbe42f9d30de424ea0e6b5034d3703ce0f2 100644 (file)
@@ -69,9 +69,6 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute
   /// Substitutes the object by another one. Does nothing if such object is not found.
   virtual void substitute(const ObjectPtr& theCurrent, const ObjectPtr& theNew) = 0;
 
-  /// Substitutes the object by another one and back. So, features wil become exchanged in the list
-  virtual void exchange(const ObjectPtr& theObject1, const ObjectPtr& theObject2) = 0;
-
   /// Removes the last element in the list.
   virtual void removeLast() = 0;