Removed import for Allocation and other unnecessary [Resolved] tag missed in last commit

This commit is contained in:
John 2023-05-16 21:14:55 -07:00
parent e2633ae993
commit b7dc8d49ba
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.ObjectExtensions;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
@ -19,7 +18,6 @@ public class OsuModSnapColour : ModSnapColour, IApplicableToBeatmap, IApplicable
{
private readonly OsuColour colours = new OsuColour();
[Resolved]
private IBeatmap? currentBeatmap { get; set; }
public void ApplyToBeatmap(IBeatmap beatmap)