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

Remove unnecessary using

This commit is contained in:
goodtrailer 2021-10-23 02:25:20 -07:00
parent 4440b9ca11
commit 0affe7b79d

View File

@ -4,7 +4,6 @@
using osuTK;
using osu.Game.Audio;
using System.Collections.Generic;
using osu.Framework.Bindables;
namespace osu.Game.Rulesets.Objects.Legacy.Mania
{