Remove unused property in SongProgress

This commit is contained in:
sh0ckR6
2021-09-18 12:05:06 -04:00
parent 680484bb16
commit 12cc16c598

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>