From 79a46272aceb5b7b207ecfb370e617ed5ac6e223 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 30 Jan 2011 17:27:39 +1300 Subject: [PATCH] remove some crap from viewport --- OpenRA.Game/Graphics/Viewport.cs | 2 -- 1 file changed, 2 deletions(-) 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