1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00

remove unneded guard

This commit is contained in:
notmyname 2022-07-31 23:42:20 +02:00
parent 57b43e0065
commit fa3b9ee32f

View File

@ -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;