mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +08:00
Remove dead code
This commit is contained in:
parent
01984de9c7
commit
a2faa0b74c
@ -125,11 +125,6 @@ namespace osu.Game.Skinning.Editor
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateState(TernaryState obj)
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static TernaryState getNextState(TernaryState state) => TernaryState.True;
|
private static TernaryState getNextState(TernaryState state) => TernaryState.True;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user