Remove unused skin resolution in `LegacyScoreCounter`

This commit is contained in:
Dean Herbert 2021-05-11 14:34:49 +09:00
parent 03d5f10744
commit d5fe4f0f72
1 changed files with 0 additions and 4 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.Graphics;
using osu.Game.Graphics.Sprites;
using osu.Game.Screens.Play.HUD;
@ -14,9 +13,6 @@ public class LegacyScoreCounter : GameplayScoreCounter, ISkinnableComponent
protected override double RollingDuration => 1000;
protected override Easing RollingEasing => Easing.Out;
[Resolved]
private ISkinSource skin { get; set; }
public LegacyScoreCounter()
: base(6)
{