1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 11:44:27 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert
2021-10-26 16:08:21 +09:00
Unverified
parent 5e5b86a1f4
commit ea55ba7ba9
@@ -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
{