mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove unused "name" parameter
This commit is contained in:
@ -97,19 +97,13 @@ namespace osu.Game.Tests.Visual
|
||||
[CanBeNull]
|
||||
public Func<bool> PassCondition;
|
||||
|
||||
/// <summary>
|
||||
/// The name of this test case, displayed in the test browser.
|
||||
/// </summary>
|
||||
public readonly string Name;
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="Mod"/> this test case tests.
|
||||
/// </summary>
|
||||
public readonly Mod Mod;
|
||||
|
||||
public ModTestCaseData(string name, Mod mod)
|
||||
public ModTestCaseData(Mod mod)
|
||||
{
|
||||
Name = name;
|
||||
Mod = mod;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user