X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Document.h;h=72a570738b5080a167838dc2fa0830d3f43eeebf;hb=a77dbd7613ee788b69415a11c06542387f38371b;hp=457a8717b79ea5060b243e14d77440e5608e1d9e;hpb=5410a9ff93849a9c365d69a0dd8ae19747d0531f;p=modules%2Fshaper.git diff --git a/src/Model/Model_Document.h b/src/Model/Model_Document.h index 457a8717b..72a570738 100644 --- a/src/Model/Model_Document.h +++ b/src/Model/Model_Document.h @@ -85,8 +85,6 @@ class Model_Document : public ModelAPI_Document 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 Redo-s MODEL_EXPORT virtual bool canRedo(); //! Redoes last operation