diff --git a/osu.Game/Collections/DrawableCollectionList.cs b/osu.Game/Collections/DrawableCollectionList.cs index 12fe40725a..5c79549c0a 100644 --- a/osu.Game/Collections/DrawableCollectionList.cs +++ b/osu.Game/Collections/DrawableCollectionList.cs @@ -118,9 +118,6 @@ namespace osu.Game.Collections /// The scroll container for this . /// Contains the main flow of and attaches a placeholder item to the end of the list. /// - /// - /// Use to transfer the placeholder into the main list. - /// private partial class Scroll : OsuScrollContainer { protected override Container Content => content;