1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:33:02 +08:00

Remove the meaningless OpenMenu method

This commit is contained in:
jkh675 2024-08-05 16:31:15 +08:00
parent 2098fb8a9d
commit 6d385c6510

View File

@ -17,11 +17,6 @@ namespace osu.Game.Graphics.Cursor
protected override Menu CreateMenu() => menu = new OsuContextMenu(true);
public void ShowMenu()
{
menu.Show();
}
public void CloseMenu()
{
menu.Close();