aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.cpp')
-rw-r--r--qbuffers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbuffers.cpp b/qbuffers.cpp
index d8294ed..878194c 100644
--- a/qbuffers.cpp
+++ b/qbuffers.cpp
@@ -171,7 +171,6 @@ Buffer::load(const gchar *filename)
interface.ssm(SCI_APPENDTEXT, size, (sptr_t)contents);
g_free(contents);
- interface.ssm(SCI_GOTOPOS, 0);
interface.ssm(SCI_SETSAVEPOINT);
interface.undo_info_update(this);
undo.push_var(dirty);