1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Remove no longer necessary CancelUserScroll method

This commit is contained in:
Salman Ahmed 2022-03-06 23:58:06 +03:00
parent 60334046e4
commit d9be65ea39

View File

@ -25,8 +25,6 @@ namespace osu.Game.Graphics.Containers
/// </summary>
public bool UserScrolling { get; private set; }
public void CancelUserScroll() => UserScrolling = false;
public UserTrackingScrollContainer()
{
}