remove some dead code, and so some warnings spotted by Ivanovic
This commit is contained in:
parent
a50b76a942
commit
4e64de0f90
1 changed files with 0 additions and 6 deletions
|
@ -41,8 +41,6 @@ bool message_private_on = true;
|
|||
|
||||
bool haloes = true;
|
||||
|
||||
bool unit_genders = true;
|
||||
|
||||
std::set<std::string> encountered_units_set;
|
||||
std::set<t_translation::t_letter> encountered_terrains_set;
|
||||
|
||||
|
@ -213,10 +211,6 @@ void set_login(const std::string& username)
|
|||
preferences::set("login", username);
|
||||
}
|
||||
|
||||
namespace {
|
||||
double scroll = 0.2;
|
||||
}
|
||||
|
||||
bool turn_dialog()
|
||||
{
|
||||
return preferences::get("turn_dialog") == "yes";
|
||||
|
|
Loading…
Add table
Reference in a new issue