Salome HOME
Extrusion fix
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index 14f69a32fb38dbbdd75a660480c62cf0d38c7774..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() {};