Salome HOME
Remove extra files
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index 63e8368f4334e0a29b2a2a62e7297c45f45a3c21..e6e4a15b827bc76fec763098ae35f3413d9c2ee9 100644 (file)
@@ -20,16 +20,8 @@ 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("#E0A01B");
-    return RESULT_GROUP_COLOR;
-  }
-  /// Request for initialization of data model of the result: adding all attributes
-  virtual void initAttributes();
-
-  // Retuns the parameters of color definition in the resources config manager
+
+  /// Retuns the parameters of color definition in the resources config manager
   MODEL_EXPORT virtual void colorConfigInfo(std::string& theSection, std::string& theName,
                                             std::string& theDefault);