From 7914daaef0731ad86c63716f8df5d0b1e338617a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 29 Sep 2021 19:09:48 +0900 Subject: [PATCH] Remove unused using --- osu.Game/OsuGame.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index dde60158d1..99925bb1fb 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -22,7 +22,6 @@ using Humanizer; using JetBrains.Annotations; using osu.Framework.Audio; using osu.Framework.Bindables; -using osu.Framework.Development; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Graphics.Sprites; using osu.Framework.Input;