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);