summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-01-08 23:26:15 +0000
committerMaxime Coste <mawww@kakoune.org>2017-01-08 23:26:15 +0000
commit9f0bca53c41a5e363020ab7421b37b165b2db9a2 (patch)
treee9e6f272fbdf5093f2e9c2f71a270e649d47dc07 /src/input_handler.cc
parentdcd8f6ef0105578e10dc18975871bc59154e008c (diff)
Small code cleanups
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index efeddfb9..7b0ed2e0 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -936,7 +936,6 @@ private:
LineEditor m_line_editor;
bool m_autoshowcompl;
PromptFlags m_flags;
- bool m_history_drop_blank_prefix;
using History = Vector<String, MemoryDomain::History>;
static UnorderedMap<String, History, MemoryDomain::History> ms_history;