mirror of
https://github.com/ppy/osu
synced 2024-12-13 02:17:32 +00:00
Remove unused variable
This commit is contained in:
parent
9b279f324f
commit
9c01f6793e
@ -132,8 +132,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
var loadedBackgrounds = backgrounds.Where(b => b.ContentLoaded);
|
||||
|
||||
int initialLoadCount = 0;
|
||||
|
||||
AddUntilStep("some loaded", () => (initialLoadCount = loadedBackgrounds.Count()) > 0);
|
||||
AddStep("scroll to bottom", () => scrollContainer.ScrollToEnd());
|
||||
AddUntilStep("all unloaded", () => !loadedBackgrounds.Any());
|
||||
|
Loading…
Reference in New Issue
Block a user