mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 12:53:21 +00:00
Fix warning unused lambda binding
This commit is contained in:
parent
07707dd627
commit
ac77c3226e
@ -287,7 +287,7 @@ void title_screen::pre_show(window& win)
|
||||
//
|
||||
// Help
|
||||
//
|
||||
register_button(win, "help", hotkey::HOTKEY_HELP, [&win]() {
|
||||
register_button(win, "help", hotkey::HOTKEY_HELP, []() {
|
||||
if(gui2::new_widgets) {
|
||||
gui2::dialogs::help_browser::display();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user