From 577cf7d1e7a97a62db8216cc00e2de6214cf2a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Thu, 18 Dec 2025 14:49:30 +0100 Subject: [PATCH] Remove invalid xmldoc reference --- osu.Game/Collections/DrawableCollectionList.cs | 3 --- 1 file changed, 3 deletions(-) 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;