mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Remove unnecessary usage
This commit is contained in:
parent
0f9978b34a
commit
5bf6e57eb0
@ -127,7 +127,6 @@ namespace osu.Game.Tests.Skins
|
||||
new Color4(55, 110, 166, 255),
|
||||
new Color4(75, 125, 175, 255),
|
||||
});
|
||||
AddStep("Clear combo colours from source2", () => source2.Configuration.ClearComboColours());
|
||||
AddStep("Disallow default colours fallback in source2", () => source2.Configuration.AllowDefaultComboColoursFallback = allowFallback);
|
||||
|
||||
AddAssert($"Check retrieved combo colours from {(allowFallback ? "source1" : "fallback source")}", () =>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||
using osu.Game.Beatmaps.Formats;
|
||||
using osuTK.Graphics;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user