]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeSelection.h
Salome HOME
Improve Model package coverage: remove unused methods, open/save tests improvements
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelection.h
index d2dec5bc49e02e0e4b0ceb595b33acd1c849f9f6..a1df51888ac19a4eed87bd1a993119a9906a5a30 100644 (file)
@@ -95,12 +95,6 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// \param theDefaultValue a value, which is used if the naming name can not be obtained
   virtual std::string namingName(const std::string& theDefaultValue = "") = 0;
 
-  /// Returns an id of the selection
-  virtual int Id() = 0;
-
-  /// Defines an id of the selection
-  virtual void setId(int theID) = 0;
-
   /// Selects sub-shape by the textual Name
   virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName) = 0;