From dcb02eff65372036cffdf3efac1487b771051993 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Mon, 30 Jan 2017 07:19:14 -0400 Subject: [PATCH] Cleared out PauseProgressGraph --- osu.Game/Overlays/Pause/PauseProgressGraph.cs | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/osu.Game/Overlays/Pause/PauseProgressGraph.cs b/osu.Game/Overlays/Pause/PauseProgressGraph.cs index 08667c94c7..bc8b377824 100644 --- a/osu.Game/Overlays/Pause/PauseProgressGraph.cs +++ b/osu.Game/Overlays/Pause/PauseProgressGraph.cs @@ -1,25 +1,10 @@ -using OpenTK; -using OpenTK.Graphics; -using osu.Framework.Allocation; -using osu.Framework.Graphics; -using osu.Framework.Graphics.Sprites; -using osu.Framework.Graphics.Containers; -using osu.Game.Beatmaps; -using osu.Framework.Graphics.Primitives; -using osu.Framework.Configuration; +using osu.Framework.Graphics.Containers; namespace osu.Game.Overlays.Pause { - public class PauseProgressGraph : FlowContainer + public class PauseProgressGraph : Container { - private WorkingBeatmap current; - - [BackgroundDependencyLoader] - private void load(OsuGameBase osuGame) - { - current = osuGame.Beatmap.Value; - } - + public PauseProgressGraph() { // TODO: Implement the pause progress graph