Remove unused usings

This commit is contained in:
ScottNZ
2014-06-15 22:16:40 +12:00
parent 23f0e00bcc
commit dbffce81a6
276 changed files with 3 additions and 451 deletions

View File

@@ -10,7 +10,6 @@
using System;
using System.Drawing;
using OpenRA.FileFormats;
namespace OpenRA.Widgets
{

View File

@@ -11,7 +11,6 @@
using System;
using System.Drawing;
using OpenRA.Graphics;
using OpenRA.Network;
namespace OpenRA.Widgets
{

View File

@@ -11,7 +11,6 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.FileFormats;
namespace OpenRA.Widgets
{

View File

@@ -9,7 +9,6 @@
#endregion
using System;
using OpenRA.FileFormats;
using OpenRA.Network;
namespace OpenRA.Widgets

View File

@@ -12,7 +12,6 @@ using System;
using System.Collections.Generic;
using System.Drawing;
using OpenRA.Graphics;
using OpenRA.Network;
namespace OpenRA.Widgets
{

View File

@@ -10,7 +10,6 @@
using System;
using System.Drawing;
using OpenRA.FileFormats;
using OpenRA.Graphics;
namespace OpenRA.Widgets

View File

@@ -12,8 +12,6 @@ using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
using OpenRA.FileFormats;
using OpenRA.Graphics;
using OpenRA.Network;

View File

@@ -8,7 +8,6 @@
*/
#endregion
using System;
using OpenRA.Graphics;
namespace OpenRA.Widgets

View File

@@ -9,8 +9,6 @@
#endregion
using System;
using OpenRA.Graphics;
using OpenRA.Network;
namespace OpenRA.Widgets
{

View File

@@ -11,8 +11,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.GameRules;
using OpenRA.Graphics;
using OpenRA.Orders;
using OpenRA.Traits;

View File

@@ -11,7 +11,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Widgets;
namespace OpenRA

View File

@@ -9,10 +9,8 @@
#endregion
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Graphics;
namespace OpenRA.Widgets