Locallise ChildItems to DrawableCarouselBeatmapSet for clarity

This commit is contained in:
Dean Herbert
2020-10-13 19:15:56 +09:00
parent 37daefc2b5
commit 5d11db7753
4 changed files with 3 additions and 7 deletions

View File

@ -1,9 +1,7 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
@ -62,8 +60,6 @@ namespace osu.Game.Screens.Select.Carousel
}
}
public virtual IEnumerable<DrawableCarouselItem> ChildItems => Enumerable.Empty<DrawableCarouselItem>();
protected DrawableCarouselItem()
{
RelativeSizeAxes = Axes.X;