mirror of
https://github.com/ppy/osu
synced 2025-02-17 19:07:07 +00: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;
|
private ScheduledDelegate scheduledRefresh;
|
||||||
|
|
||||||
public FillFlowContainer ButtonsContainer { get; private set; }
|
|
||||||
|
|
||||||
private void scheduleRefresh()
|
private void scheduleRefresh()
|
||||||
{
|
{
|
||||||
scheduledRefresh?.Cancel();
|
scheduledRefresh?.Cancel();
|
||||||
@ -187,7 +185,7 @@ namespace osu.Game.Screens.Multi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ButtonsContainer = new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user