Salome HOME
Skipping compsolids in the history request due to improved behavior of BOPs in the...
[modules/shaper.git] / src / Model / Model_Session.h
index 2ffc8d1bb0bd5046b1d3ae5430eafc824419b456..b480a67e951c03cfd5eca6104bb3c9f7eb182f4b 100644 (file)
@@ -87,8 +87,6 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
   MODEL_EXPORT virtual bool canUndo();
   //! Undoes last operation
   MODEL_EXPORT virtual void undo();
-  //! Clean the undo list
-  MODEL_EXPORT virtual void clearUndos();
   //! Returns True if there are available Redos
   MODEL_EXPORT virtual bool canRedo();
   //! Redoes last operation