Skip to content

Commit

Permalink
Preferences: removed setters for persistent lobby search
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 23, 2020
1 parent ce39b73 commit d80eaaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/preferences/lobby.cpp
Expand Up @@ -78,14 +78,4 @@ void set_fi_blocked_in_game(bool value)
preferences::set("fi_blocked_in_game", value);
}

std::string fi_text()
{
return preferences::get("fi_text");
}

void set_fi_text(const std::string& search_string)
{
preferences::set("fi_text", search_string);
}

} // end namespace preferences
3 changes: 0 additions & 3 deletions src/preferences/lobby.hpp
Expand Up @@ -37,7 +37,4 @@ void set_fi_friends_in_game(bool value);

bool fi_blocked_in_game();
void set_fi_blocked_in_game(bool value);

std::string fi_text();
void set_fi_text(const std::string& search_string);
} // end namespace preferences

0 comments on commit d80eaaf

Please sign in to comment.