1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 00:27:25 +08:00

Remove not needed using

This commit is contained in:
miterosan 2018-04-11 21:09:38 +02:00
parent 4927abfde5
commit b997f0f3fa

View File

@ -15,7 +15,6 @@ using System.Linq;
using NUnit.Framework;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
using osu.Game.Online.API;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual