Remove unnecessary and out-of-place xmldoc

This commit is contained in:
Dean Herbert 2021-04-28 11:44:19 +09:00
parent aa1cb65eaa
commit 61d4eb1777

View File

@ -134,7 +134,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
/// <param name="moveEvent">The move event.</param>
/// <returns>
/// Whether any items could be moved.
/// Returning true will also propagate StartTime changes provided by the closest <see cref="IPositionSnapProvider.SnapScreenSpacePositionToValidTime"/>.
/// </returns>
public virtual bool HandleMovement(MoveSelectionEvent<T> moveEvent) => false;