mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unused constructor
This commit is contained in:
@ -52,11 +52,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
private class TestMenuItem : StatefulMenuItem<TestStates>
|
private class TestMenuItem : StatefulMenuItem<TestStates>
|
||||||
{
|
{
|
||||||
public TestMenuItem(string text, MenuItemType type = MenuItemType.Standard)
|
|
||||||
: this(text, type, null)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public TestMenuItem(string text, MenuItemType type, Func<TestStates, TestStates> changeStateFunc)
|
public TestMenuItem(string text, MenuItemType type, Func<TestStates, TestStates> changeStateFunc)
|
||||||
: base(text, changeStateFunc, type)
|
: base(text, changeStateFunc, type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user