Salome HOME
Fix for the issue #930: update event of erased feature should not be processed
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index be220052fb987e89b2da637c0ed06c1289a91417..3de093e745bf9c79d1c36283942ab8d1484ae90b 100644 (file)
@@ -20,12 +20,6 @@ class Model_ResultGroup : public ModelAPI_ResultGroup
 {
   std::shared_ptr<ModelAPI_Data> 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("150,150,180");
-    return RESULT_GROUP_COLOR;
-  }
   /// Request for initialization of data model of the result: adding all attributes
   virtual void initAttributes();