Remove unused usings

This commit is contained in:
ScottNZ
2013-11-12 17:34:58 +13:00
parent 86a3e14f2d
commit 00ec1ca87a
269 changed files with 3 additions and 477 deletions

View File

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

View File

@@ -26,9 +26,6 @@ namespace OpenRA.Widgets
internal List<ChatLine> recentLines = new List<ChatLine>();
public ChatDisplayWidget()
{ }
public override Rectangle EventBounds { get { return Rectangle.Empty; } }
public override void Draw()

View File

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

View File

@@ -8,13 +8,7 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
using OpenRA.FileFormats;
using OpenRA.Graphics;
using OpenRA.Network;
namespace OpenRA.Widgets

View File

@@ -11,8 +11,6 @@
using System;
using System.Drawing;
using System.Linq;
using OpenRA.Traits;
using OpenRA.Graphics;
namespace OpenRA.Widgets
{

View File

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

View File

@@ -16,8 +16,6 @@ namespace OpenRA.Widgets
{
public class PerfGraphWidget : Widget
{
public PerfGraphWidget() { }
public override void Draw()
{
var rect = RenderBounds;

View File

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

View File

@@ -10,8 +10,6 @@
using System;
using System.Drawing;
using OpenRA.Traits;
using OpenRA.Graphics;
namespace OpenRA.Widgets
{

View File

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