From f0323229484b577c6cf409b47080fcd9e6098bac Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 8 Jan 2011 20:58:31 +1300 Subject: [PATCH] remove System.Xml using from SequenceProvider --- OpenRA.Game/Graphics/SequenceProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Game/Graphics/SequenceProvider.cs b/OpenRA.Game/Graphics/SequenceProvider.cs index 2e36b04a91..ccaa154135 100644 --- a/OpenRA.Game/Graphics/SequenceProvider.cs +++ b/OpenRA.Game/Graphics/SequenceProvider.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Xml; using OpenRA.FileFormats; namespace OpenRA.Graphics