1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:02:57 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2020-10-27 13:17:44 +09:00
parent 27c1a4c4d3
commit 3c2e2f29bc

View File

@ -24,7 +24,6 @@ using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Objects.Types;
using osuTK;
using osuTK.Input;
namespace osu.Game.Screens.Edit.Compose.Components
{