Remove stub map constructor.

This commit is contained in:
Paul Chote
2015-07-05 11:02:33 +01:00
parent 0dbbc00d0a
commit b8b27f11af
3 changed files with 24 additions and 11 deletions

View File

@@ -261,9 +261,6 @@ namespace OpenRA
throw new InvalidOperationException("Required file {0} not present in this map".F(filename));
}
/// <summary>A stub constructor that doesn't produce a valid map. Do not use.</summary>
public Map() { }
/// <summary>
/// Initializes a new map created by the editor or importer.
/// The map will not recieve a valid UID until after it has been saved and reloaded.