1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Simplify _who_autocomplete()

This commit is contained in:
Michael Vetter 2020-11-05 09:33:03 +01:00
parent 70c8fd4657
commit 23e9d23a3e

View File

@ -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;