From 7323b3fa73ce565b5c07b7e22257141c0f3f8d4b Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 6 Oct 2014 16:50:43 +0400 Subject: [PATCH] Restore sketch operations on pre-selection --- src/PartSet/PartSet_OperationSketchBase.h | 8 -------- 1 file changed, 8 deletions(-) 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; -- 2.39.2