1
0
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:
iiSaLMaN 2019-11-24 02:16:43 +03:00
parent 0f9978b34a
commit 5bf6e57eb0
2 changed files with 0 additions and 2 deletions

View File

@ -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")}", () =>

View File

@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Game.Beatmaps.Formats;
using osuTK.Graphics;