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:
parent
2098fb8a9d
commit
6d385c6510
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user