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:
parent
82c5f37c2c
commit
55ab3c72f6
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user