Salome HOME
Bugfix for issue #107 which also works for issue #82
[modules/shaper.git] / src / PartSet / PartSet_OperationFeatureEditMulti.h
index f49d0480bcbcb2763f060373759526ca4db50c5e..0f21f34ab0dd099c7b432dde41526778fc3919b8 100644 (file)
@@ -70,11 +70,6 @@ Q_OBJECT
   /// Destructor
   virtual ~PartSet_OperationFeatureEditMulti();
 
-  /// Returns that this operator can be started above already running one.
-  /// The runned operation should be the sketch feature modified operation
-  /// \param theOperation the previous running operation
-  virtual bool isGranted(ModuleBase_IOperation* theOperation) const;
-
   /// Initializes the operation with previously created feature. It is used in sequental operations
   virtual void initFeature(FeaturePtr theFeature);