diff --git a/OpenRA.Game/Graphics/Viewport.cs b/OpenRA.Game/Graphics/Viewport.cs index ddb01e0a07..2a7788a5de 100755 --- a/OpenRA.Game/Graphics/Viewport.cs +++ b/OpenRA.Game/Graphics/Viewport.cs @@ -8,11 +8,9 @@ */ #endregion -using System; using System.Collections.Generic; using System.Drawing; using System.Linq; -using OpenRA.Traits; using OpenRA.Widgets; namespace OpenRA.Graphics