Skip to content

Commit 458a27c

Browse files
committed
Remove unused variable
1 parent 397b220 commit 458a27c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using osu.Framework.Graphics.Textures;
1414
using osu.Framework.Testing;
1515
using osu.Game.Audio;
16-
using osu.Game.Configuration;
1716
using osu.Game.Rulesets.Osu;
1817
using osu.Game.Skinning;
1918
using osu.Game.Tests.Beatmaps;
@@ -30,9 +29,6 @@ public partial class TestSceneBeatmapSkinLookupDisables : OsuTestScene
3029
private BeatmapSkinSource beatmapSource;
3130
private SkinRequester requester;
3231

33-
[Resolved]
34-
private OsuConfigManager config { get; set; }
35-
3632
[SetUp]
3733
public void SetUp() => Schedule(() =>
3834
{

0 commit comments

Comments
 (0)