Remove unused field

This commit is contained in:
Dean Herbert 2017-10-13 14:15:44 +09:00
parent f9a1240325
commit 5b16f5d3b5

View File

@ -38,7 +38,6 @@ namespace osu.Game.Overlays.Direct
private Color4 hoverColour; private Color4 hoverColour;
private readonly SpriteIcon icon; private readonly SpriteIcon icon;
private readonly LoadingAnimation loadingAnimation; private readonly LoadingAnimation loadingAnimation;
private readonly Container audioWrapper;
private const float transition_duration = 500; private const float transition_duration = 500;
@ -64,7 +63,6 @@ namespace osu.Game.Overlays.Direct
BeatmapSet = setInfo; BeatmapSet = setInfo;
AddRange(new Drawable[] AddRange(new Drawable[]
{ {
audioWrapper = new Container(),
icon = new SpriteIcon icon = new SpriteIcon
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,