1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 03:03:21 +08:00

Remove using directive

This commit is contained in:
Salman Alshamrani 2024-11-23 20:13:57 -05:00
parent 04ed954387
commit 2f45ebeec8

View File

@ -13,7 +13,6 @@ using osu.Framework.Graphics.Effects;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Localisation;
using osu.Game.Beatmaps;
using osuTK.Graphics;
namespace osu.Game.Screens.Menu
{