diff options
| author | Jean Abed <jean.abed@hotmail.com> | 2020-12-22 21:31:11 +1100 |
|---|---|---|
| committer | Jean Abed <jean.abed@hotmail.com> | 2020-12-22 21:31:11 +1100 |
| commit | 650a7143beb6ce8a79e331070676b80fae4c3232 (patch) | |
| tree | 9a2fb7df034dfc9e7f36044973a0f49fb2ab21bf /src/insert_completer.cc | |
| parent | 74b6c20a0d19c9fcf2b30a93de1ff3b715151e65 (diff) | |
remove unused variable changes_tracker
Diffstat (limited to 'src/insert_completer.cc')
| -rw-r--r-- | src/insert_completer.cc | 1 |
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) { |
