Remove unused usings

This commit is contained in:
smoogipoo
2017-10-12 15:32:18 +09:00
parent df6409308a
commit 6fbf52c3eb
4 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,6 @@ using osu.Framework.Graphics.Shapes;
using osu.Game.Beatmaps;
using osu.Game.Graphics.Sprites;
using osu.Game.Overlays;
using osu.Game.Screens.Edit.Screens.Compose;
using osu.Game.Screens.Edit.Screens.Compose.Timeline;
namespace osu.Game.Tests.Visual