Removed unused parameter

This commit is contained in:
Charles Dang 2016-09-08 18:55:30 +11:00
parent 2694c1d7a7
commit 39bd46accc

View file

@ -332,7 +332,7 @@ void ttitle_screen::pre_show(twindow& window)
game_.clear_loaded_game();
}
});
register_button(window, "addons", hotkey::TITLE_SCREEN__ADDONS, [this](twindow& window) {
register_button(window, "addons", hotkey::TITLE_SCREEN__ADDONS, [this](twindow&) {
// NOTE: we need the help_manager to get access to the Add-ons
// section in the game help!
help::help_manager help_manager(&game_config_manager::get()->game_config());