mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Simplify _who_autocomplete()
This commit is contained in:
parent
70c8fd4657
commit
23e9d23a3e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user