mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Remove unused code
This commit is contained in:
parent
6df617d536
commit
20aedc82ac
@ -157,19 +157,8 @@ namespace osu.Game.Screens.Menu
|
||||
preloadSongSelect();
|
||||
}
|
||||
|
||||
[Resolved(canBeNull: true)]
|
||||
private IPerformFromScreenRunner performer { get; set; }
|
||||
|
||||
public void ReturnToOsuLogo() => Buttons.State = ButtonSystemState.Initial;
|
||||
|
||||
private void confirmAndExit()
|
||||
{
|
||||
if (exitConfirmedViaDialog) return;
|
||||
|
||||
exitConfirmedViaDialog = true;
|
||||
performer?.PerformFromScreen(menu => menu.Exit());
|
||||
}
|
||||
|
||||
private void preloadSongSelect()
|
||||
{
|
||||
if (songSelect == null)
|
||||
|
Loading…
Reference in New Issue
Block a user