From 78c850878486280548694a5641b29bbf59e50a71 Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Sat, 17 Apr 2021 03:52:07 +0300 Subject: [PATCH] Remove unused using directive gotta git gud --- osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs b/osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs index edf846e6ec..af3986aceb 100644 --- a/osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs +++ b/osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs @@ -1,7 +1,6 @@ // Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. -using System.Linq; using osu.Framework.Bindables; using osu.Framework.Extensions; using osu.Framework.Graphics;