summaryrefslogtreecommitdiff
path: root/src/command_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-29 07:43:20 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-29 07:43:20 +0100
commiteb2984807c384802139ab29e8eafc8ca324a2fcb (patch)
treef2cb262676fc416b40c0f62701dc60ec7268e562 /src/command_manager.hh
parente95fab0e7a97a40e462a1117740326606b629be6 (diff)
Remove some dead code
Diffstat (limited to 'src/command_manager.hh')
-rw-r--r--src/command_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh
index 0bf0bfdb..1337a190 100644
--- a/src/command_manager.hh
+++ b/src/command_manager.hh
@@ -102,7 +102,7 @@ public:
CommandHelper helper = CommandHelper(),
CommandCompleter completer = CommandCompleter());
- Completions complete_command_name(const Context& context, StringView query, bool with_aliases) const;
+ Completions complete_command_name(const Context& context, StringView query) const;
void clear_last_complete_command() { m_last_complete_command = String{}; }