1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2019-09-17 22:42:20 +09:00
parent 77947e8309
commit 057c4aa795

View File

@ -20,7 +20,6 @@ using osu.Game.Online.API;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Tests.Beatmaps;
using osuTK;
namespace osu.Game.Tests.Visual
{