From: vsv Date: Mon, 6 Oct 2014 12:50:43 +0000 (+0400) Subject: Restore sketch operations on pre-selection X-Git-Tag: V_0.5~113 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7323b3fa73ce565b5c07b7e22257141c0f3f8d4b;p=modules%2Fshaper.git Restore sketch operations on pre-selection --- diff --git a/src/PartSet/PartSet_OperationSketchBase.h b/src/PartSet/PartSet_OperationSketchBase.h index c92be1da3..356765cc4 100644 --- a/src/PartSet/PartSet_OperationSketchBase.h +++ b/src/PartSet/PartSet_OperationSketchBase.h @@ -65,14 +65,6 @@ Q_OBJECT /// \return the selection mode virtual std::list getSelectionModes(ObjectPtr theFeature) const; - /// Initialisation of operation with preliminary selection - /// \param theSelected the list of selected presentations - /// \param theHighlighted the list of highlighted presentations - virtual void initSelection(const std::list& theSelected, - const std::list& theHighlighted) - { - } - /// Returns the operation sketch feature /// \returns the sketch instance virtual FeaturePtr sketch() const = 0;