]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/CollectionPlugin_Field.h
Salome HOME
Fix for tests of Fields: the attribute number of components is removed since it is...
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Field.h
index 6e06a849b59502f034eca03f37002b12b9b0ff35..2025c5b51508aad3fbd193710bbe2e236120c8d7 100644 (file)
@@ -41,12 +41,6 @@ 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()
   {