1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Remove unused resolved member

This commit is contained in:
Bartłomiej Dach 2022-12-24 09:34:30 +01:00
parent 5e9fb1063a
commit f973befcd4
No known key found for this signature in database

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.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics;
@ -13,9 +12,6 @@ namespace osu.Game.Rulesets.Judgements
{
public partial class DefaultJudgementPiece : JudgementPiece, IAnimatableJudgement
{
[Resolved]
private OsuColour colours { get; set; } = null!;
public DefaultJudgementPiece(HitResult result)
: base(result)
{