1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2021-10-26 16:08:21 +09:00
parent 5e5b86a1f4
commit ea55ba7ba9

View File

@ -10,7 +10,6 @@ using osu.Game.Input.Bindings;
using osu.Game.Online.Rooms;
using osu.Game.Screens.OnlinePlay.Match.Components;
using osu.Game.Screens.Play;
using osuTK.Input;
namespace osu.Game.Screens.OnlinePlay.Multiplayer
{