Remove final vestiges of undo/redo buttons

This commit is contained in:
Jermolene
2016-05-01 13:54:16 +01:00
parent 72fb1e22ed
commit 6dce8d9763
3 changed files with 0 additions and 28 deletions

View File

@@ -136,12 +136,6 @@ SimpleEngine.prototype.createTextOperation = function() {
return null;
};
/*
Execute a command
*/
SimpleEngine.prototype.execCommand = function() {
};
/*
Execute a text operation
*/