remove match timer configuration crap

This commit is contained in:
Chris Forbes
2011-09-24 20:17:27 +12:00
parent 3b2efc7b0b
commit 6c39f19a73
5 changed files with 52 additions and 88 deletions

View File

@@ -16,11 +16,6 @@ namespace OpenRA.Widgets
public class TimerWidget : Widget
{
public Stopwatch Stopwatch;
public TimerWidget ()
{
IsVisible = () => Game.Settings.Game.MatchTimer;
}
public override void Draw()
{