1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 10:57:20 +08:00

Remove unused field

This commit is contained in:
Bartłomiej Dach 2025-01-24 15:15:50 +01:00
parent 82c5f37c2c
commit 55ab3c72f6
No known key found for this signature in database

View File

@ -24,7 +24,6 @@ namespace osu.Game.Screens.SelectV2
[Resolved]
private BeatmapCarousel carousel { get; set; } = null!;
private Box activationFlash = null!;
private OsuSpriteText text = null!;
[BackgroundDependencyLoader]
@ -41,13 +40,6 @@ namespace osu.Game.Screens.SelectV2
Alpha = 0.8f,
RelativeSizeAxes = Axes.Both,
},
activationFlash = new Box
{
Colour = Color4.White,
Blending = BlendingParameters.Additive,
Alpha = 0,
RelativeSizeAxes = Axes.Both,
},
text = new OsuSpriteText
{
Padding = new MarginPadding(5),