Salome HOME
fixed bug where "Always create result" was required
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_CompositeSketch.h
index 555e35874ba27921d85d73ad706530245b7942da..72ee31341a4e99caf1a096aef9bf111dd23d303c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -66,10 +66,6 @@ public:
   /// structures of the owner (the remove from the document will be done outside just after).
   FEATURESPLUGIN_EXPORT virtual void removeFeature(std::shared_ptr<ModelAPI_Feature> theFeature);
 
-  /// On change of attribute of the result update presentation of this result:
-  /// for the current moment there are only presentation attributes assigned to results
-  FEATURESPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID);
-
 protected:
   enum InitFlags {
     InitSketchLauncher   = 1 << 0,