Salome HOME
Fix for the issue #937 and crashes:
[modules/shaper.git] / src / Model / Model_ResultConstruction.h
index ac07a4a6225f89995983c561fcd11e20e4180c51..42fff591b6c08b02eada5fd85f20d06bd3c1bbe9 100644 (file)
@@ -27,13 +27,6 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction
   bool myIsInHistory;
   bool myIsInfinite;
  public:
-  /// default color for a result construction
-  inline static const std::string& DEFAULT_COLOR()
-  {
-    static const std::string RESULT_CONSTRUCTION_COLOR("120,120,120");
-    return RESULT_CONSTRUCTION_COLOR;
-  }
-
   /// Request for initialization of data model of the result: adding all attributes
   virtual void initAttributes();