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(); testLocalCursor();
testUserCursorOverride(); testUserCursorOverride();
testMultipleLocalCursors(); testMultipleLocalCursors();
ReturnUserInput();
} }
/// <summary> /// <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() protected override void Update()
{ {
base.Update(); base.Update();