1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Remove dead code

This commit is contained in:
Dean Herbert 2021-05-03 15:13:53 +09:00
parent 01984de9c7
commit a2faa0b74c

View File

@ -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;
}
}