Remove leftover exception throw

This commit is contained in:
Bartłomiej Dach
2021-09-11 14:10:29 +02:00
parent 344bf2ab7c
commit 0e5659acb2

View File

@ -71,7 +71,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
public void OnReleased(GlobalAction action)
{
throw new System.NotImplementedException();
}
}
}