Salome HOME
Update result without erasing
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Group.h
index 12d298704092c61778d7bed1e75818144223dc99..23078ae675c99b4b299724592b471d1930c182f3 100644 (file)
@@ -18,18 +18,12 @@ class FeaturesPlugin_Group : public ModelAPI_Feature
     static const std::string MY_GROUP_ID("Group");
     return MY_GROUP_ID;
   }
-  /// attribute name of group type
-  inline static const std::string& NAME_ID()
-  {
-    static const std::string MY_GROUP_NAME_ID("group_name");
-    return MY_GROUP_NAME_ID;
-  }
-  /// attribute name of group type
-  inline static const std::string& TYPE_ID()
-  {
-    static const std::string MY_GROUP_TYPE_ID("group_type");
-    return MY_GROUP_TYPE_ID;
-  }
+  /// attribute name of group name
+  //inline static const std::string& NAME_ID()
+  //{
+  //  static const std::string MY_GROUP_NAME_ID("group_name");
+  //  return MY_GROUP_NAME_ID;
+  //}
   /// attribute name of selected entities list
   inline static const std::string& LIST_ID()
   {