1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Remove unused field

This commit is contained in:
Bartłomiej Dach 2021-08-01 00:11:56 +02:00
parent 4334121e8e
commit 708b50fdba
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -31,7 +31,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
private readonly BindableWithCurrent<Colour4> current = new BindableWithCurrent<Colour4>();
private OsuClickableContainer colourCircle;
private OsuSpriteText colourName;
public Bindable<Colour4> Current
@ -70,7 +69,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
Spacing = new Vector2(0, 10),
Children = new Drawable[]
{
colourCircle = new ColourCircle
new ColourCircle
{
Current = { BindTarget = Current },
DeleteRequested = () => DeleteRequested?.Invoke(this)