Skip to content

Commit

Permalink
Make scons happy while I work on this dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 17, 2021
1 parent f323deb commit 1f7d623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/dialogs/multiplayer/match_history.cpp
Expand Up @@ -30,6 +30,9 @@ mp_match_history::mp_match_history(mp::user_info& info, wesnothd_connection& con
, connection_(connection)
{
register_label("title", true, VGETTEXT("Match History — $player", {{"player", info.name}}));

UNUSED(info_);
UNUSED(connection_);
}

void mp_match_history::pre_show(window& /*window*/)
Expand Down

0 comments on commit 1f7d623

Please sign in to comment.