1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 09:42:57 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2022-02-21 13:17:19 +09:00
parent abe1a3990a
commit 2ded7d281b

View File

@ -30,7 +30,6 @@ using osuTK;
using osuTK.Graphics;
using osu.Game.Online.API;
using osu.Game.Utils;
using osu.Framework.Utils;
namespace osu.Game.Online.Leaderboards
{