Remove useless comment
This commit is contained in:
parent
730c5d3ffa
commit
ad85d62f7d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue