Fixup unused parameter
This commit is contained in:
parent
c2c613325b
commit
3526aa8e86
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void faction_select::update_leader_image(window& window)
|
|||
find_widget<image>(&window, "leader_image", false).set_label(leader_image);
|
||||
}
|
||||
|
||||
void faction_select::post_show(window& window)
|
||||
void faction_select::post_show(window& /*window*/)
|
||||
{
|
||||
//
|
||||
// If we're canceling, restore the previous selections. It might be worth looking
|
||||
|
|
Loading…
Add table
Reference in a new issue