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

Remove unused using statement that rider could not identify

This commit is contained in:
Dean Herbert 2021-02-16 13:52:42 +09:00
parent 02417697e9
commit e969ca8974

View File

@ -3,7 +3,6 @@
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;