1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 07:32:55 +08:00

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

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 @@ namespace osu.Game.Skinning
protected override double RollingDuration => 1000;
protected override Easing RollingEasing => Easing.Out;
[Resolved]
private ISkinSource skin { get; set; }
public LegacyScoreCounter()
: base(6)
{