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:
parent
f9a1240325
commit
5b16f5d3b5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user