diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
index b171b7ac55..982507eeb7 100644
--- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
+++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -85,7 +85,6 @@
-
@@ -139,4 +138,4 @@
copy "$(TargetPath)" "$(SolutionDir)mods/cnc/"
cd "$(SolutionDir)"
-
+
\ No newline at end of file
diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs
index 2a08a9c179..e33ee65353 100644
--- a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs
+++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs
@@ -151,7 +151,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
return sc;
};
- CountryNames = Rules.Info["world"].Traits.WithInterface()
+ CountryNames = Rules.Info["world"].Traits.WithInterface()
.ToDictionary(a => a.Race, a => a.Name);
CountryNames.Add("random", "Any");
diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncMapChooserLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncMapChooserLogic.cs
deleted file mode 100644
index fa300b5fb4..0000000000
--- a/OpenRA.Mods.Cnc/Widgets/Logic/CncMapChooserLogic.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-#region Copyright & License Information
-/*
- * Copyright 2007-2011 The OpenRA Developers (see AUTHORS)
- * This file is part of OpenRA, which is free software. It is made
- * available to you under the terms of the GNU General Public License
- * as published by the Free Software Foundation. For more information,
- * see COPYING.
- */
-#endregion
-
-using System;
-using System.Linq;
-using OpenRA.Widgets;
-
-namespace OpenRA.Mods.Cnc.Widgets.Logic
-{
- public class CncMapChooserLogic
- {
- Map map;
- Widget scrollpanel;
- ScrollItemWidget itemTemplate;
-
- [ObjectCreator.UseCtor]
- internal CncMapChooserLogic([ObjectCreator.Param] Widget widget,
- [ObjectCreator.Param] string initialMap,
- [ObjectCreator.Param] Action onExit,
- [ObjectCreator.Param] Action