Skip to content

Commit

Permalink
Fixup fd51cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 25, 2020
1 parent df445db commit 261819e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/dialogs/game_load.cpp
Expand Up @@ -347,8 +347,6 @@ void game_load::filter_text_changed(text_box_base* textbox, const std::string& t

if(!text.empty()) {
for(unsigned int i = 0; i < list.get_item_count() && i < games_.size(); i++) {
grid* row = list.get_row_grid(i);

bool found = false;
for(const auto & word : words)
{
Expand Down

0 comments on commit 261819e

Please sign in to comment.