From 5b16f5d3b53b64146839ec87d7fdfa2ce4ecec6f Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 13 Oct 2017 14:15:44 +0900 Subject: [PATCH] Remove unused field --- osu.Game/Overlays/Direct/PlayButton.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Overlays/Direct/PlayButton.cs b/osu.Game/Overlays/Direct/PlayButton.cs index a98681234a..32435a4873 100644 --- a/osu.Game/Overlays/Direct/PlayButton.cs +++ b/osu.Game/Overlays/Direct/PlayButton.cs @@ -38,7 +38,6 @@ namespace osu.Game.Overlays.Direct private Color4 hoverColour; private readonly SpriteIcon icon; private readonly LoadingAnimation loadingAnimation; - private readonly Container audioWrapper; private const float transition_duration = 500; @@ -64,7 +63,6 @@ namespace osu.Game.Overlays.Direct BeatmapSet = setInfo; AddRange(new Drawable[] { - audioWrapper = new Container(), icon = new SpriteIcon { Anchor = Anchor.Centre,