Remove MapPreview.Map.

This commit is contained in:
Paul Chote
2016-02-05 22:04:06 +00:00
parent 3708a7649d
commit 7b00da04ca
6 changed files with 8 additions and 9 deletions

View File

@@ -67,7 +67,6 @@ namespace OpenRA
public MapGridType GridType { get; private set; }
public Rectangle Bounds { get; private set; }
public Bitmap CustomPreview { get; private set; }
public Map Map { get; private set; }
public MapStatus Status { get; private set; }
public MapClassification Class { get; private set; }
public MapVisibility Visibility { get; private set; }
@@ -117,7 +116,6 @@ namespace OpenRA
public void UpdateFromMap(Map m, MapClassification classification)
{
Map = m;
Path = m.Path;
Title = m.Title;
Type = m.Type;