1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +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 osu.Game.Beatmaps.ControlPoints;
using osu.Game.IO.Serialization;
using osu.Game.Storyboards;
namespace osu.Game.Beatmaps
{