mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
remove unneded guard
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user