Removed warning so that there are no spurious messages at load time.

This commit is contained in:
Guillaume Melquiond 2010-01-03 10:01:45 +00:00
parent 11cff18e65
commit 817c0e3335

View file

@ -579,10 +579,6 @@ game_state::~game_state() {
}
void game_state::set_variables(const config& vars) {
if(!variables.empty()) {
WRN_NG << "clobbering the game_state variables\n";
WRN_NG << variables;
}
variables = vars;
}