From 23e9d23a3e649ee9ce0d14b491b58a33a4864e3e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 5 Nov 2020 09:33:03 +0100 Subject: Simplify _who_autocomplete() --- src/command/cmd_ac.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index 50bc924e..80abcf36 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -1870,9 +1870,6 @@ _who_autocomplete(ProfWin* window, const char* const input, gboolean previous) } result = autocomplete_param_with_ac(input, "/who", who_roster_ac, TRUE, previous); - if (result) { - return result; - } } return result; -- cgit 1.4.1-2-gfad0