Salome HOME
Remove not needed attributes from the field feature: they are duplicated in the Table...
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Field.cpp
index 55fefb6a587e32da05f43fd2cbad17258aecc645..e1921c0b693073480fbbce76a3cdde76277d09a2 100644 (file)
@@ -23,8 +23,6 @@ void CollectionPlugin_Field::initAttributes()
 {
   data()->addAttribute(SELECTED_ID(), ModelAPI_AttributeSelectionList::typeId());
   data()->addAttribute(COMPONENTS_NAMES_ID(), ModelAPI_AttributeStringArray::typeId());
-  //data()->addAttribute(VALUES_TYPE_ID(), ModelAPI_AttributeInteger::typeId());
-  //data()->addAttribute(STEPS_NB_ID(), ModelAPI_AttributeInteger::typeId());
   data()->addAttribute(STAMPS_ID(), ModelAPI_AttributeIntArray::typeId());
   data()->addAttribute(VALUES_ID(), ModelAPI_AttributeTables::typeId());
 }