Salome HOME
Documentation update
[modules/shaper.git] / src / Model / Model_ResultGroup.cpp
index c952c8b9d64d926ac055d1938c4c12cdab682b9e..8b4a39d559de324ad0e0933d33e867fe713eac23 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <Model_ResultGroup.h>
 #include <ModelAPI_AttributeSelectionList.h>
-#include <ModelAPI_AttributeIntArray.h>
 
 #include <GeomAlgoAPI_CompoundBuilder.h>
 
@@ -17,13 +16,6 @@ Model_ResultGroup::Model_ResultGroup(std::shared_ptr<ModelAPI_Data> theOwnerData
   myOwnerData = theOwnerData;
 }
 
-void Model_ResultGroup::initAttributes()
-{
-  // append the color attribute. It is empty, the attribute will be filled by a request
-  DataPtr aData = data();
-  aData->addAttribute(COLOR_ID(), ModelAPI_AttributeIntArray::typeId());
-}
-
 void Model_ResultGroup::colorConfigInfo(std::string& theSection, std::string& theName,
                                        std::string& theDefault)
 {