1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 22:42:57 +08:00

Remove todo

This commit is contained in:
Dean Herbert 2017-12-18 11:25:02 +09:00
parent 5bfb6d1f58
commit 4e46565f6e

View File

@ -27,8 +27,6 @@ namespace osu.Game.Screens.Select.Carousel
protected virtual void ChildItemStateChanged(CarouselItem item, CarouselItemState value)
{
// todo: check state of selected item.
// ensure we are the only item selected
if (value == CarouselItemState.Selected)
{