From 281f706b02cecf42b529dd39ae4059e087a006e4 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 6 Oct 2011 23:37:52 +1300 Subject: [PATCH] tidy --- OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs | 1 - OpenRA.Mods.Cnc/Widgets/Logic/CncMusicPlayerLogic.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs index 8cbc0027e1..b2428e96b0 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs @@ -13,7 +13,6 @@ using System.IO; using System.Linq; using System.Threading; using OpenRA.FileFormats; -using OpenRA.FileFormats.Graphics; using OpenRA.Widgets; namespace OpenRA.Mods.Cnc.Widgets.Logic diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncMusicPlayerLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncMusicPlayerLogic.cs index 0bcfeacc81..fc091a59ac 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncMusicPlayerLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncMusicPlayerLogic.cs @@ -13,7 +13,6 @@ using System.IO; using System.Linq; using System.Threading; using OpenRA.FileFormats; -using OpenRA.FileFormats.Graphics; using OpenRA.GameRules; using OpenRA.Traits; using OpenRA.Widgets;