From 88436d51ae7060a2e680948f414cb146ec39de3c Mon Sep 17 00:00:00 2001 From: StanR Date: Tue, 21 Dec 2021 13:44:20 +0300 Subject: [PATCH] Remove using --- osu.Game/Rulesets/Difficulty/PerformanceCalculator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Rulesets/Difficulty/PerformanceCalculator.cs b/osu.Game/Rulesets/Difficulty/PerformanceCalculator.cs index abfe8a6db1..6358ec18b7 100644 --- a/osu.Game/Rulesets/Difficulty/PerformanceCalculator.cs +++ b/osu.Game/Rulesets/Difficulty/PerformanceCalculator.cs @@ -2,7 +2,6 @@ // See the LICENCE file in the repository root for full licence text. using System; -using System.Collections.Generic; using System.Linq; using osu.Framework.Audio.Track; using osu.Framework.Extensions.IEnumerableExtensions;