1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

remove unused strings

This commit is contained in:
apollo-dw 2021-09-15 12:41:29 +01:00
parent cf63a45f32
commit 463b92fcca
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Difficulty.Preprocessing;

View File

@ -7,8 +7,6 @@ using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Difficulty.Preprocessing;
using osu.Game.Rulesets.Osu.Objects;
using osu.Framework.Utils;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.Osu.Scoring;
namespace osu.Game.Rulesets.Osu.Difficulty.Skills
{