summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-01-24 21:02:07 +1100
committerMaxime Coste <mawww@kakoune.org>2019-01-24 21:22:20 +1100
commit346c78f5e00302a6a8b0563b84c504eda61d4a62 (patch)
treecc9b1eb972b4dda474b67df031309442bc5e2fe7 /src/completion.hh
parent4b72cfe530b682ad97f4d4815dcce7ca305bb7e6 (diff)
Header and dependency cleanup
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/completion.hh b/src/completion.hh
index 553b37e7..1cfd1f22 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -42,9 +42,6 @@ enum class CompletionFlags
constexpr bool with_bit_ops(Meta::Type<CompletionFlags>) { return true; }
-using Completer = std::function<Completions (const Context&, CompletionFlags,
- StringView, ByteCount)>;
-
inline Completions complete_nothing(const Context&, CompletionFlags,
StringView, ByteCount cursor_pos)
{