From 4d20acc49e81f83d13c6972622fed87fd11b924a Mon Sep 17 00:00:00 2001 From: bctix <51544115+bctix@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:52:14 -0500 Subject: [PATCH] Clean up usings --- osu.Game/Screens/Play/HUD/BPMCounter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Screens/Play/HUD/BPMCounter.cs b/osu.Game/Screens/Play/HUD/BPMCounter.cs index 67da0aecf1..0f32a145d7 100644 --- a/osu.Game/Screens/Play/HUD/BPMCounter.cs +++ b/osu.Game/Screens/Play/HUD/BPMCounter.cs @@ -5,7 +5,6 @@ using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; -using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Localisation; @@ -17,7 +16,6 @@ using osu.Game.Graphics.UserInterface; using osu.Game.Localisation.SkinComponents; using osu.Game.Skinning; using osuTK; -using Vortice.DXGI; namespace osu.Game.Screens.Play.HUD {