Salome HOME
Issues #2027: trim on cirlce(arc will be created). Result of selected will clear...
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Field.h
index 6e06a849b59502f034eca03f37002b12b9b0ff35..11b8deb5455fe89dca6728aaddc3cdc0c65dd420 100644 (file)
@@ -41,30 +41,12 @@ class CollectionPlugin_Field : public ModelAPI_Feature
     static const std::string MY_SELECTED_ID("selected");
     return MY_SELECTED_ID;
   }
-  /// attribute name of components number
-  inline static const std::string& COMPONENTS_NB_ID()
-  {
-    static const std::string MY_COMPONENTS_NB_ID("components_nb");
-    return MY_COMPONENTS_NB_ID;
-  }
   /// attribute name of componenets titles array
   inline static const std::string& COMPONENTS_NAMES_ID()
   {
     static const std::string MY_COMPONENTS_NAMES_ID("components_names");
     return MY_COMPONENTS_NAMES_ID;
   }
-  /// attribute name of values types integer identifier
-  inline static const std::string& VALUES_TYPE_ID()
-  {
-    static const std::string MY_VALUES_TYPE_ID("type");
-    return MY_VALUES_TYPE_ID;
-  }
-  /// attribute name of number of steps
-  inline static const std::string& STEPS_NB_ID()
-  {
-    static const std::string MY_STEPS_NB_ID("steps_nb");
-    return MY_STEPS_NB_ID;
-  }
   /// attribute name of stamps integer array
   inline static const std::string& STAMPS_ID()
   {