mirror of https://github.com/ppy/osu
Remove not-accessed field
This commit is contained in:
parent
a915b7333c
commit
e9d52aa954
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue