From 2bbdd145ab19fa337955bd3a0e3fc5fcdedc1756 Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Tue, 13 Mar 2018 20:26:30 +0000 Subject: [PATCH] Little cleanup for the 9f202500ea This was SVN commit r21541. --- .../atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp b/source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp index b6cb055e84..50b3401579 100644 --- a/source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp +++ b/source/tools/atlas/AtlasUI/CustomControls/MapDialog/MapDialog.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2017 Wildfire Games. +/* Copyright (C) 2018 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify @@ -205,7 +205,7 @@ void MapDialog::OnFilename(wxCommandEvent& evt) m_FileName = evt.GetString(); } -void MapDialog::OnNotebookChanged(wxBookCtrlEvent& evt) +void MapDialog::OnNotebookChanged(wxBookCtrlEvent& WXUNUSED(evt)) { if (m_Type != MAPDIALOG_OPEN) return;