Remove map saving shim method.

This commit is contained in:
Paul Chote
2016-02-20 17:33:13 +00:00
parent 573e26c887
commit 226081d379
9 changed files with 29 additions and 25 deletions

View File

@@ -120,7 +120,6 @@ namespace OpenRA
public readonly SubCell LastSubCell;
public IReadOnlyPackage Package { get; private set; }
public string Path { get { return Package.Name; } }
// Yaml map data
public string Uid { get; private set; }
@@ -494,11 +493,6 @@ namespace OpenRA
return rules.Value;
}
public void Save(string toPath)
{
Save(modData.ModFiles.CreatePackage(toPath, new Dictionary<string, byte[]>()));
}
public void Save(IReadWritePackage toContainer)
{
MapFormat = 8;