From 80ceccd90de686eb97a7a82d8be248670e03d1f5 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sat, 3 Apr 2010 13:53:49 +0400 Subject: [PATCH] Removed uneeded extra assignment of command line complete flags. Signed-off-by: Andrew Borodin --- src/command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command.c b/src/command.c index 898973663..e3dd83e78 100644 --- a/src/command.c +++ b/src/command.c @@ -311,7 +311,6 @@ command_new (int y, int x, int cols) /* Add our hooks */ cmd->widget.callback = command_callback; - cmd->completion_flags |= INPUT_COMPLETE_COMMANDS; return cmd; } -- 2.11.4.GIT