Remove not-implemented-exception

This commit is contained in:
Dean Herbert 2020-04-20 09:57:46 +09:00
parent f3fee73441
commit 2444dd42d0

View File

@ -92,7 +92,6 @@ namespace osu.Game.Tests.Visual.Gameplay
public void OnReleased(TestAction action) public void OnReleased(TestAction action)
{ {
throw new System.NotImplementedException();
} }
} }
} }