Remove unused method

This commit is contained in:
Dean Herbert 2020-10-02 16:14:27 +09:00
parent fc65cb4375
commit f3c8cd91f4

View File

@ -44,10 +44,5 @@ namespace osu.Game.Screens.Edit
.Then()
.FadeTo(1f, 250, Easing.OutQuint);
}
public void Exit()
{
Expire();
}
}
}