From 9965c1ef1b9adc5008eaa366f3621d3fc8352a8f Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sun, 19 Jun 2011 14:55:43 +0000 Subject: [PATCH] Remove label that is no longer labelling anything This was SVN commit r9636. --- source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp index 30a657a23e..ae5db00752 100644 --- a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp +++ b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Map/Map.cpp @@ -148,7 +148,6 @@ void MapSettingsControl::CreateWidgets() gridSizer->Add(new wxChoice(this, ID_MapType, wxDefaultPosition, wxDefaultSize, gameTypes)); gridSizer->Add(new wxStaticText(this, wxID_ANY, _("Lock teams")), wxSizerFlags().Align(wxALIGN_CENTER_VERTICAL | wxALIGN_RIGHT)); gridSizer->Add(new wxCheckBox(this, ID_MapTeams, wxEmptyString)); - gridSizer->Add(new wxStaticText(this, wxID_ANY, _("Num players")), wxSizerFlags().Align(wxALIGN_CENTER_VERTICAL | wxALIGN_RIGHT)); sizer->Add(gridSizer); sizer->AddSpacer(5);