Remove compiler warnings

This commit is contained in:
Alli
2010-10-02 14:30:54 +13:00
parent 81c484d1c9
commit 6d5918b11d
3 changed files with 0 additions and 6 deletions

View File

@@ -194,7 +194,6 @@ namespace OpenRA
readonly World world;
public readonly Cache<Player, OwnedByCachedView> OwnedBy;
readonly TypeDictionary hasTrait = new TypeDictionary();
public AllQueries( World world )
{