Skip to content

Commit

Permalink
Remove unused resolved property
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Nov 15, 2024
1 parent e5480f8 commit 4ae13cf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Primitives;
using osu.Game.Graphics;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Edit.Blueprints.Components;
using osu.Game.Rulesets.Mania.Objects;
Expand All @@ -18,9 +17,6 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
{
public partial class HoldNoteSelectionBlueprint : ManiaSelectionBlueprint<HoldNote>
{
[Resolved]
private OsuColour colours { get; set; } = null!;

[Resolved]
private IEditorChangeHandler? changeHandler { get; set; }

Expand Down

0 comments on commit 4ae13cf

Please sign in to comment.