X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultBody.cpp;h=80bce61ab64f34182544043f4b18c45e0ef3132e;hb=176403004ff97696f3c0b5f8bdf48692177fb34a;hp=714d984e8e49e631abd123e79fa6304c49354d61;hpb=a8cfbfb436c27ff96edd5c808e9a452c35cef207;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultBody.cpp b/src/Model/Model_ResultBody.cpp index 714d984e8..80bce61ab 100644 --- a/src/Model/Model_ResultBody.cpp +++ b/src/Model/Model_ResultBody.cpp @@ -6,7 +6,6 @@ #include #include -#include #include #include #include @@ -22,13 +21,6 @@ Model_ResultBody::Model_ResultBody() myConnect = ConnectionNotComputed; } -void Model_ResultBody::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_ResultBody::colorConfigInfo(std::string& theSection, std::string& theName, std::string& theDefault) {