mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 10:46:22 +00:00
Simplify _who_autocomplete()
This commit is contained in:
@@ -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);
|
result = autocomplete_param_with_ac(input, "/who", who_roster_ac, TRUE, previous);
|
||||||
if (result) {
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user