Remove an unneded call to redraw the whole display...

...after showing the Preferences dialog in-game
This commit is contained in:
Ignacio R. Morelle 2011-11-05 22:09:19 +00:00
parent b080750e49
commit 019947332c

View file

@ -627,7 +627,6 @@ void menu_handler::save_map()
void menu_handler::preferences()
{
preferences::show_preferences_dialog(*gui_, game_config_);
gui_->redraw_everything();
}
void menu_handler::show_chat_log()