1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Remove unused using statement

This commit is contained in:
Dean Herbert 2021-05-12 19:06:28 +09:00
parent 75227e5a70
commit 55e1f97f59
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ using osu.Framework.Testing;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Scoring;
using osu.Game.Screens.Play.HUD;
using osu.Game.Skinning;
namespace osu.Game.Tests.Visual.Gameplay

View File

@ -78,7 +78,7 @@ namespace osu.Game.Skinning
}
})
{
Children = new Drawable[]
Children = new[]
{
GetDrawableComponent(new HUDSkinComponent(HUDSkinComponents.ComboCounter)),
GetDrawableComponent(new HUDSkinComponent(HUDSkinComponents.ScoreCounter)),