1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Remove unused using directive

This commit is contained in:
Bartłomiej Dach 2023-03-07 21:16:30 +01:00
parent 6a7c4d0bf7
commit f711915e5f
No known key found for this signature in database

View File

@ -21,7 +21,6 @@ using osu.Game.Configuration;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.Objects.Drawables;
using osu.Game.Rulesets.Osu.UI.Cursor;
using osu.Game.Screens.Play;
using osu.Game.Screens.Play.HUD;
using osu.Game.Tests.Visual;
using osuTK;