Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index c7a57a01b3e62738ba9fd576a6d8975ba35c4f3d..e5701200fedbc8755f1c58c1f104aca8ffe4d825 100644 (file)
@@ -49,9 +49,6 @@ class ModelAPI_Feature : public ModelAPI_Object
     return group();
   }
 
-  /// Request for initialization of data model of the feature: adding all attributes
-  virtual void initAttributes() = 0;
-
   /// Computes or recomputes the results
   virtual void execute() = 0;