1
0
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:
Dean Herbert 2024-05-23 17:19:11 +08:00
parent 88a2f74326
commit a3639e0ce3
No known key found for this signature in database

View File

@ -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[]
{