]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Operation.h
Salome HOME
Add tools
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.h
index 01a351d1ddc19ed1ea0821057c22c2e242847b7c..9a34e6423d326db9d12ac3012448614579acda58 100644 (file)
@@ -63,14 +63,6 @@ Q_OBJECT
   /// \param theList an ids
   void setGrantedOperationIds(const QStringList& theList);
 
-  /// Appends an operation index to be granted
-  /// \param theId an index
-  void addGrantedOperationId(const QString& theId);
-
-  /// Removes an operation index from the granted
-  /// \param theId an index
-  void removeGrantedOperationId(const QString& theId);
-
   /// Must return true if this operation can be launched as nested for any current operation
   /// and it is not necessary to check this operation on validity. By default 
   /// the operation is not granted.