]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Folder.h
Salome HOME
Set unique name to folder (Task 2.3. Ability to put consecutive Features in a folder)
[modules/shaper.git] / src / ModelAPI / ModelAPI_Folder.h
index 702931ffee677887de7945b8f29d172ac8e4b2db..1752a90eafcc45f28b3389ce3f14857cf82b115b 100644 (file)
@@ -42,13 +42,6 @@ public:
     return MY_FOLDER_ID;
   }
 
-  /// Returns the unique kind of a feature
-  virtual const std::string& getKind()
-  {
-    static const std::string& MY_KIND = ModelAPI_Folder::ID();
-    return MY_KIND;
-  }
-
   /// Returns the group identifier of all features
   inline static std::string group()
   {