Remove unused usings

This commit is contained in:
smoogipoo
2019-11-05 13:56:21 +09:00
parent c8beb5296f
commit 7c20a589f2
2 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@ using osu.Framework.Input.Events;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Screens.Edit.Compose;
using osuTK;
using osuTK.Input;
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
{