mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 04:32:57 +08:00
Remove unused field
This commit is contained in:
parent
88a2f74326
commit
a3639e0ce3
@ -38,7 +38,6 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private UpdateableOnlineBeatmapSetCover cover = null!;
|
||||
private IBindable<DailyChallengeInfo?> info = null!;
|
||||
private BufferedContainer background = null!;
|
||||
|
||||
[Resolved]
|
||||
private IAPIProvider api { get; set; } = null!;
|
||||
@ -64,7 +63,7 @@ namespace osu.Game.Screens.Menu
|
||||
});
|
||||
}
|
||||
|
||||
protected override Drawable CreateBackground(Colour4 accentColour) => background = new BufferedContainer
|
||||
protected override Drawable CreateBackground(Colour4 accentColour) => new BufferedContainer
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user