Remove TileSet rendering code.

This commit is contained in:
Paul Chote
2013-08-14 22:58:54 +12:00
parent 18759e01cf
commit f6d0ea4b0f
4 changed files with 0 additions and 52 deletions

View File

@@ -342,7 +342,6 @@ namespace OpenRA.Utility
throw new InvalidOperationException("No theater named '{0}'".F(theater));
var renderer = new TileSetRenderer(tileset, new Size(manifest.TileSize, manifest.TileSize));
tileset.LoadTiles();
var palette = new Palette(FileSystem.Open(tileset.Palette), shadowIndex);
foreach (var templateName in templateNames)