mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
remove unneded guard
This commit is contained in:
parent
57b43e0065
commit
fa3b9ee32f
@ -227,9 +227,6 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
private void selectNext(int direction)
|
||||
{
|
||||
if (!AllowSelection)
|
||||
return;
|
||||
|
||||
var visibleItems = ListContainer.AsEnumerable().Where(r => r.IsPresent);
|
||||
|
||||
PlaylistItem item;
|
||||
|
Loading…
Reference in New Issue
Block a user