diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-11-05 09:33:03 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-11-05 09:33:03 +0100 |
commit | 23e9d23a3e649ee9ce0d14b491b58a33a4864e3e (patch) | |
tree | d13f7c1670ba5e707bbfe27363c111511e6a31da /src | |
parent | 70c8fd4657ffab8488e7a83bd2808f2dd6fbfbc8 (diff) | |
download | profani-tty-23e9d23a3e649ee9ce0d14b491b58a33a4864e3e.tar.gz |
Simplify _who_autocomplete()
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_ac.c | 3 |
1 files changed, 0 insertions, 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; |