mirror of https://github.com/ppy/osu
Remove unused public property
This commit is contained in:
parent
9556166c1b
commit
d3367bb0f1
|
@ -96,8 +96,6 @@ protected override void LoadComplete()
|
|||
|
||||
private ScheduledDelegate scheduledRefresh;
|
||||
|
||||
public FillFlowContainer ButtonsContainer { get; private set; }
|
||||
|
||||
private void scheduleRefresh()
|
||||
{
|
||||
scheduledRefresh?.Cancel();
|
||||
|
@ -187,7 +185,7 @@ private void refresh()
|
|||
}
|
||||
}
|
||||
},
|
||||
ButtonsContainer = new FillFlowContainer
|
||||
new FillFlowContainer
|
||||
{
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
|
|
Loading…
Reference in New Issue