Preferences: removed setters for persistent lobby search
This commit is contained in:
parent
ce39b73f9b
commit
d80eaafe15
2 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue