1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

remove unnecessary using

This commit is contained in:
Aergwyn 2017-11-30 20:13:10 +01:00
parent be018a63c6
commit 7080711cb2

View File

@ -8,7 +8,6 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using osu.Game.Beatmaps.ControlPoints; using osu.Game.Beatmaps.ControlPoints;
using osu.Game.IO.Serialization; using osu.Game.IO.Serialization;
using osu.Game.Storyboards;
namespace osu.Game.Beatmaps namespace osu.Game.Beatmaps
{ {