Skip to content

Commit

Permalink
Fixup unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jun 16, 2018
1 parent 12671fa commit b0d0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/faction_select.cpp
Expand Up @@ -216,7 +216,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
Expand Down

0 comments on commit b0d0dd3

Please sign in to comment.