1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 15:10:31 +08:00

Remove not-accessed field

This commit is contained in:
Bartłomiej Dach
2022-05-06 13:09:37 +02:00
Unverified
parent a915b7333c
commit e9d52aa954
+1 -2
View File
@@ -34,7 +34,6 @@ namespace osu.Game.Overlays
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 @@ namespace osu.Game.Overlays
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,