mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Remove unused public property
This commit is contained in:
parent
9556166c1b
commit
d3367bb0f1
@ -96,8 +96,6 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
private ScheduledDelegate scheduledRefresh;
|
||||
|
||||
public FillFlowContainer ButtonsContainer { get; private set; }
|
||||
|
||||
private void scheduleRefresh()
|
||||
{
|
||||
scheduledRefresh?.Cancel();
|
||||
@ -187,7 +185,7 @@ namespace osu.Game.Screens.Multi
|
||||
}
|
||||
}
|
||||
},
|
||||
ButtonsContainer = new FillFlowContainer
|
||||
new FillFlowContainer
|
||||
{
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
|
Loading…
Reference in New Issue
Block a user