summaryrefslogtreecommitdiff
path: root/src/insert_completer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/insert_completer.cc')
-rw-r--r--src/insert_completer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert_completer.cc b/src/insert_completer.cc
index 43a4fc61..2df7aa73 100644
--- a/src/insert_completer.cc
+++ b/src/insert_completer.cc
@@ -421,7 +421,6 @@ void InsertCompleter::select(int index, bool relative, Vector<Key>& keystrokes)
const auto suffix_len = std::max(0_byte, buffer.distance(cursor_pos, m_completions.end));
auto ref = buffer.string(m_completions.begin, m_completions.end);
- ForwardChangesTracker changes_tracker;
Vector<BufferRange> ranges;
for (auto& sel : selections)
{