From fbf94f9f43f1a9b6edbecd95dcd66848f9e09b79 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 14 Jul 2010 21:14:53 +1200 Subject: [PATCH] noone needed that ctor --- OpenRA.FileFormats/Map/MapStub.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;