X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_ResultGroup.cpp;h=8b4a39d559de324ad0e0933d33e867fe713eac23;hb=73b293b1c77ab13ac9fbbb2aefb3b8573e63180b;hp=39809bade0444a0a964855077dd8926599024119;hpb=a24b7e6f4d112d5e7889fd76f030298fc428cd01;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultGroup.cpp b/src/Model/Model_ResultGroup.cpp index 39809bade..8b4a39d55 100644 --- a/src/Model/Model_ResultGroup.cpp +++ b/src/Model/Model_ResultGroup.cpp @@ -6,7 +6,6 @@ #include #include -#include #include @@ -14,17 +13,9 @@ Model_ResultGroup::Model_ResultGroup(std::shared_ptr 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) {