aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/qbuffers.h b/qbuffers.h
index b6d4580..960534d 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -283,14 +283,7 @@ public:
bool is_any_dirty(void);
bool edit(const gchar *filename);
- inline void
- undo_edit(void)
- {
- current->dot = interface.ssm(SCI_GETCURRENTPOS);
-
- undo.push_var<Buffer*>(current);
- current->undo_edit();
- }
+ void undo_edit(void);
bool save(const gchar *filename);