1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Remove unused property in SongProgress

This commit is contained in:
sh0ckR6 2021-09-18 12:05:06 -04:00
parent 680484bb16
commit 12cc16c598
No known key found for this signature in database
GPG Key ID: 701938030071AF85

View File

@ -35,8 +35,6 @@ namespace osu.Game.Screens.Play
private readonly SongProgressGraph graph;
private readonly SongProgressInfo info;
public SongProgressBar Bar => bar;
public Action<double> RequestSeek;
/// <summary>