Salome HOME
Revert "Issue #3044: Undo list contains empty string for Load python script"
[modules/shaper.git] / src / Model / Model_Document.cpp
index 7bf6290bef03159e15f2d475de583beb4bee8ae4..be2877848b1a34b891a39b3dae19561fb94e780a 100644 (file)
@@ -852,13 +852,6 @@ bool Model_Document::isModified()
   return myTransactions.size() != myTransactionSave || isOperation();
 }
 
-void Model_Document::clearUndos()
-{
-  myDoc->ClearUndos();
-  myTransactions.clear();
-  myRedos.clear();
-}
-
 bool Model_Document::canUndo()
 {
   // issue 406 : if transaction is opened, but nothing to undo behind, can not undo