From 9ee824ee6661dffaf01396f47f43d270b8d8fc28 Mon Sep 17 00:00:00 2001 From: Jorolf Date: Thu, 21 Sep 2017 22:28:15 +0200 Subject: [PATCH] some more unused stuff --- osu.Game/Overlays/Profile/Sections/RanksSection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Overlays/Profile/Sections/RanksSection.cs b/osu.Game/Overlays/Profile/Sections/RanksSection.cs index d5ee379a5b..d7df239003 100644 --- a/osu.Game/Overlays/Profile/Sections/RanksSection.cs +++ b/osu.Game/Overlays/Profile/Sections/RanksSection.cs @@ -6,7 +6,6 @@ using osu.Framework.Graphics.Containers; using osu.Game.Graphics.Containers; using osu.Game.Graphics.Sprites; using osu.Game.Overlays.Profile.Sections.Ranks; -using osu.Game.Rulesets.Scoring; using System; using System.Linq; using osu.Game.Online.API;