1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Remove all calls to return user input

This commit is contained in:
Dean Herbert 2019-06-07 12:54:57 +09:00
parent 0fc2c596b6
commit 1374da7c41
2 changed files with 0 additions and 9 deletions

View File

@ -84,7 +84,6 @@ namespace osu.Game.Tests.Visual.UserInterface
testLocalCursor();
testUserCursorOverride();
testMultipleLocalCursors();
ReturnUserInput();
}
/// <summary>

View File

@ -94,14 +94,6 @@ namespace osu.Game.Tests.Visual
});
}
/// <summary>
/// Returns input back to the user.
/// </summary>
protected void ReturnUserInput()
{
AddStep("Return user input", returnUserInput);
}
protected override void Update()
{
base.Update();