1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Remove regions

This commit is contained in:
Dean Herbert 2019-03-18 10:48:44 +09:00 committed by GitHub
parent 771d676ba1
commit 9ca4d9d4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,6 @@ namespace osu.Game.Rulesets.UI
gameplayClock = new GameplayClock(framedClock = new FramedClock(manualClock = new ManualClock()));
}
#region Clock control
private readonly ManualClock manualClock;
private readonly FramedClock framedClock;
@ -150,12 +148,6 @@ namespace osu.Game.Rulesets.UI
ProcessCustomClock = false;
}
#endregion
#region IHasReplayHandler
public ReplayInputHandler ReplayInputHandler { get; set; }
#endregion
}
}