Removed unused variables and parameters

This commit is contained in:
Andrey Zavadskiy
2017-02-27 17:32:32 +03:00
parent 0c2089ddd7
commit 3487dfe236
12 changed files with 11 additions and 18 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Desktop.VisualTests
private double timePerTest = 200;
[BackgroundDependencyLoader]
private void load(Framework.Game game)
private void load()
{
Host.MaximumDrawHz = int.MaxValue;
Host.MaximumUpdateHz = int.MaxValue;