2 parents 67f33a1 + 458a27c commit a2a83baCopy full SHA for a2a83ba
1 file changed
osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs
@@ -13,7 +13,6 @@
13
using osu.Framework.Graphics.Textures;
14
using osu.Framework.Testing;
15
using osu.Game.Audio;
16
-using osu.Game.Configuration;
17
using osu.Game.Rulesets.Osu;
18
using osu.Game.Skinning;
19
using osu.Game.Tests.Beatmaps;
@@ -30,9 +29,6 @@ public partial class TestSceneBeatmapSkinLookupDisables : OsuTestScene
30
29
private BeatmapSkinSource beatmapSource;
31
private SkinRequester requester;
32
33
- [Resolved]
34
- private OsuConfigManager config { get; set; }
35
-
36
[SetUp]
37
public void SetUp() => Schedule(() =>
38
{
0 commit comments