Salome HOME
PLaneGCSSolver: It is not necessary to adjust Angle constraint (issue #1536)
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index fb96df98c3b350d62096aeecf31e66843a39a403..bf15dfeecbf14761ba31f9c28490c1ac070bd6d1 100644 (file)
@@ -52,10 +52,6 @@ class ModelAPI_Result : public ModelAPI_Object
   /// Returns the result is disabled or not.
   MODELAPI_EXPORT virtual bool isDisabled();
 
-  // Returns the parameters of color definition in the resources config manager
-  virtual void colorConfigInfo(std::string& theSection, std::string& theName,
-    std::string& theDefault) {}
-
   /// Request for initialization of data model of the result: adding all attributes
   virtual void initAttributes() {};