1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

remove unused using directive

This commit is contained in:
Dao Heng Liu 2023-07-23 10:44:00 +01:00
parent 3049d159d8
commit 5a568eacb6
No known key found for this signature in database
GPG Key ID: 76B315615CDDAFDE

View File

@ -3,7 +3,6 @@
#nullable disable
using System.Diagnostics.Contracts;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;