mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 21:51:19 +00:00
Removed unused parameter
This commit is contained in:
parent
2694c1d7a7
commit
39bd46accc
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user