that wasnt really used.

This commit is contained in:
Chris Forbes
2009-12-24 09:13:03 +13:00
parent 816d0ef96a
commit 07dba208b0
3 changed files with 2 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ namespace OpenRa.Game.Graphics
static Dictionary<string, Sprite[]> sprites;
public static Sprite LoadSprite(string filename, params string[] exts )
{
return LoadAllSprites( filename, exts )[ 0 ];
}
public static Sprite[] LoadAllSprites( string filename, params string[] exts )
{
Sprite[] value;

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Ijw.DirectX;
using OpenRa.FileFormats;
using IjwFramework.Collections;
using OpenRa.FileFormats;
namespace OpenRa.Game.Graphics
{