Remove unused DI resolution

This commit is contained in:
Dean Herbert 2021-05-13 16:41:36 +09:00
parent e0e9106921
commit 5818ed4c8c

View File

@ -12,9 +12,6 @@ namespace osu.Game.Skinning
{
public class LegacyAccuracyCounter : GameplayAccuracyCounter, ISkinnableComponent
{
[Resolved]
private ISkinSource skin { get; set; }
public LegacyAccuracyCounter()
{
Anchor = Anchor.TopRight;