diff --git a/OpenRA.FileFormats/Map/MapStub.cs b/OpenRA.FileFormats/Map/MapStub.cs index cdfc8eb3ce..923f0390cf 100644 --- a/OpenRA.FileFormats/Map/MapStub.cs +++ b/OpenRA.FileFormats/Map/MapStub.cs @@ -19,9 +19,9 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; +using System.Collections.Generic; using System.Drawing; +using System.Linq; namespace OpenRA.FileFormats { @@ -51,8 +51,6 @@ namespace OpenRA.FileFormats "Selectable", "Title", "Description", "Author", "PlayerCount", "Tileset", "TopLeft", "BottomRight" }; - public MapStub() { } - public MapStub(IFolder package) { Package = package;