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

Remove unused using statement

This commit is contained in:
Dean Herbert 2021-08-28 16:35:54 +09:00
parent 6ef096001e
commit b008a86d8c

View File

@ -3,7 +3,6 @@
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Tournament.Screens.TeamWin;