From b76ec11304654e3d50b2f732b24e7db898fb2088 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 24 Sep 2011 20:21:46 +1200 Subject: [PATCH] remove needless Stopwatch instance from TimerWidget --- OpenRA.Game/Widgets/TimerWidget.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenRA.Game/Widgets/TimerWidget.cs b/OpenRA.Game/Widgets/TimerWidget.cs index ac18c68a55..ede2400b3e 100644 --- a/OpenRA.Game/Widgets/TimerWidget.cs +++ b/OpenRA.Game/Widgets/TimerWidget.cs @@ -9,14 +9,11 @@ #endregion using System.Drawing; -using OpenRA.Support; namespace OpenRA.Widgets { public class TimerWidget : Widget { - public Stopwatch Stopwatch; - public override void Draw() { var s = WidgetUtils.FormatTime(Game.LocalTick);