1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 15:27:26 +08:00

Remove unused using embedded in reverted changes

This commit is contained in:
Salman Ahmed 2021-08-23 12:40:20 +03:00
parent 6931721864
commit f4b69ceb8a

View File

@ -6,7 +6,6 @@ using osu.Framework.Graphics.UserInterface;
using osu.Game.Beatmaps; using osu.Game.Beatmaps;
using osu.Game.Rulesets; using osu.Game.Rulesets;
using System.Linq; using System.Linq;
using osu.Framework.Allocation;
namespace osu.Game.Overlays.BeatmapSet namespace osu.Game.Overlays.BeatmapSet
{ {