From 1f8859f26be620ecb7fe7d5e6c7cf6c049536645 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 3 Feb 2012 10:10:26 +1300 Subject: [PATCH] remove useless TUtil type alias from IronCurtainPower --- OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs b/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs index 42da8338f0..9f64ff2784 100755 --- a/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs @@ -15,7 +15,6 @@ using OpenRA.Graphics; using OpenRA.Mods.RA.Effects; using OpenRA.Mods.RA.Render; using OpenRA.Traits; -using TUtil = OpenRA.Traits.Util; namespace OpenRA.Mods.RA {