From 84234e8794a3527928024e18288fe0d3264287f1 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 4 Oct 2011 22:57:37 +1300 Subject: [PATCH] tidy in ActorMap --- OpenRA.Game/ActorMap.cs | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/OpenRA.Game/ActorMap.cs b/OpenRA.Game/ActorMap.cs index 02cb7e6da9..233c226c4a 100644 --- a/OpenRA.Game/ActorMap.cs +++ b/OpenRA.Game/ActorMap.cs @@ -8,24 +8,13 @@ */ #endregion -using System; using System.Collections.Generic; -using System.Diagnostics; using System.Linq; -using OpenRA.FileFormats; using OpenRA.Traits; namespace OpenRA { - public enum SubCell - { - FullCell, - TopLeft, - TopRight, - Center, - BottomLeft, - BottomRight - } + public enum SubCell { FullCell, TopLeft, TopRight, Center, BottomLeft, BottomRight } public class ActorMap {