Salome HOME
Documentation update
[modules/shaper.git] / src / Model / Model_ResultGroup.cpp
index 39809bade0444a0a964855077dd8926599024119..8b4a39d559de324ad0e0933d33e867fe713eac23 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <Model_ResultGroup.h>
 #include <ModelAPI_AttributeSelectionList.h>
-#include <ModelAPI_AttributeIntArray.h>
 
 #include <GeomAlgoAPI_CompoundBuilder.h>
 
 
 Model_ResultGroup::Model_ResultGroup(std::shared_ptr<ModelAPI_Data> theOwnerData)
 {
-  setIsConcealed(false);
   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)
 {