1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 06:07:20 +08:00

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 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,