mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove unused public property
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user