mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:50:48 +08:00
Remove no longer necessary CancelUserScroll method
This commit is contained in:
@@ -25,8 +25,6 @@ namespace osu.Game.Graphics.Containers
|
||||
/// </summary>
|
||||
public bool UserScrolling { get; private set; }
|
||||
|
||||
public void CancelUserScroll() => UserScrolling = false;
|
||||
|
||||
public UserTrackingScrollContainer()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user