Remove now obsolete clock usages.

This commit is contained in:
Thomas Müller
2016-11-06 10:06:09 +01:00
parent 8894e5f73a
commit 5f2bf165a2
3 changed files with 2 additions and 8 deletions

View File

@ -211,9 +211,6 @@ namespace osu.Game.Graphics.UserInterface
Flush(false, type);
if (Clock == null)
return;
if (RollingDuration < 1)
{
DisplayedCount = Count;