aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/undo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.cpp')
-rw-r--r--src/undo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/undo.cpp b/src/undo.cpp
index 55df610..d123a7c 100644
--- a/src/undo.cpp
+++ b/src/undo.cpp
@@ -39,12 +39,6 @@ namespace SciTECO {
UndoStack undo;
void
-UndoTokenMessage::run(void)
-{
- interface.ssm(iMessage, wParam, lParam);
-}
-
-void
UndoStack::push(UndoToken *token)
{
if (enabled) {