Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index 3de093e745bf9c79d1c36283942ab8d1484ae90b..e6e4a15b827bc76fec763098ae35f3413d9c2ee9 100644 (file)
@@ -20,10 +20,8 @@ class Model_ResultGroup : public ModelAPI_ResultGroup
 {
   std::shared_ptr<ModelAPI_Data> myOwnerData;  ///< data of owner of this result
 public:
-  /// 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);