Remove useless comment

This commit is contained in:
Gunter Labes 2024-09-11 11:58:55 +02:00 committed by GitHub
parent 730c5d3ffa
commit ad85d62f7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()) {