Remove not-accessed field

This commit is contained in:
Bartłomiej Dach 2022-05-06 13:09:37 +02:00
parent a915b7333c
commit e9d52aa954
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ public class SettingsToolboxGroup : Container, IExpandable
private readonly Cached headerTextVisibilityCache = new Cached();
private readonly FillFlowContainer content;
private readonly IconButton button;
public BindableBool Expanded { get; } = new BindableBool(true);
@ -87,7 +86,7 @@ public SettingsToolboxGroup(string title)
Font = OsuFont.GetFont(weight: FontWeight.Bold, size: 17),
Padding = new MarginPadding { Left = 10, Right = 30 },
},
button = new IconButton
new IconButton
{
Origin = Anchor.Centre,
Anchor = Anchor.CentreRight,