From 25bb6cbf9b3e4f33e32225f764dd686e296c7123 Mon Sep 17 00:00:00 2001 From: Hivie Date: Fri, 22 Nov 2024 14:18:09 +0100 Subject: [PATCH] remove unused import --- osu.Game.Rulesets.Taiko/Mods/TaikoModQuarterize.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game.Rulesets.Taiko/Mods/TaikoModQuarterize.cs b/osu.Game.Rulesets.Taiko/Mods/TaikoModQuarterize.cs index e2ab4853fa..af319b1d41 100644 --- a/osu.Game.Rulesets.Taiko/Mods/TaikoModQuarterize.cs +++ b/osu.Game.Rulesets.Taiko/Mods/TaikoModQuarterize.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; using System.Collections.Generic; using System.Linq; using osu.Framework.Bindables;