mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 09:59:29 +00:00
Remove useless comment
This commit is contained in:
parent
730c5d3ffa
commit
ad85d62f7d
@ -175,7 +175,6 @@ void chatbox::chat_input_keypress_callback(const SDL_Keycode key)
|
||||
break;
|
||||
}
|
||||
|
||||
// TODO: very inefficient! Very! D:
|
||||
std::vector<std::string> matches;
|
||||
for(const auto& ui : li->users()) {
|
||||
if(ui.name != prefs::get().login()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user