X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultGroup.h;h=3de093e745bf9c79d1c36283942ab8d1484ae90b;hb=01159d19136fded13c08b72974dc897173376eb4;hp=63e8368f4334e0a29b2a2a62e7297c45f45a3c21;hpb=96912644cf6607688466ac69f1f098fd2fff37b7;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultGroup.h b/src/Model/Model_ResultGroup.h index 63e8368f4..3de093e74 100644 --- a/src/Model/Model_ResultGroup.h +++ b/src/Model/Model_ResultGroup.h @@ -20,12 +20,6 @@ class Model_ResultGroup : public ModelAPI_ResultGroup { std::shared_ptr myOwnerData; ///< data of owner of this result public: - /// default color for a result body - inline static const std::string& DEFAULT_COLOR() - { - static const std::string RESULT_GROUP_COLOR("#E0A01B"); - return RESULT_GROUP_COLOR; - } /// Request for initialization of data model of the result: adding all attributes virtual void initAttributes();