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