noone needed that ctor

This commit is contained in:
Chris Forbes
2010-07-14 21:14:53 +12:00
parent 5e912a316d
commit fbf94f9f43

View File

@@ -19,9 +19,9 @@
#endregion #endregion
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Drawing; using System.Drawing;
using System.Linq;
namespace OpenRA.FileFormats namespace OpenRA.FileFormats
{ {
@@ -51,8 +51,6 @@ namespace OpenRA.FileFormats
"Selectable", "Title", "Description", "Author", "PlayerCount", "Tileset", "TopLeft", "BottomRight" "Selectable", "Title", "Description", "Author", "PlayerCount", "Tileset", "TopLeft", "BottomRight"
}; };
public MapStub() { }
public MapStub(IFolder package) public MapStub(IFolder package)
{ {
Package = package; Package = package;