1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:49:55 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert
2022-07-07 17:59:55 +09:00
Unverified
parent e2c4c94993
commit b5c703b62c
-1
View File
@@ -10,7 +10,6 @@ using osu.Framework.Platform;
using osu.Game.Database;
using osu.Game.Online.API;
using osu.Game.Rulesets.Objects;
using Realms;
namespace osu.Game.Beatmaps
{