From eb2984807c384802139ab29e8eafc8ca324a2fcb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 29 Jun 2017 07:43:20 +0100 Subject: Remove some dead code --- src/command_manager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_manager.hh') 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{}; } -- cgit v1.2.3