mirror of https://github.com/ppy/osu
Remove unused property in `SongProgress`
This commit is contained in:
parent
680484bb16
commit
12cc16c598
|
@ -35,8 +35,6 @@ public class SongProgress : OverlayContainer, ISkinnableDrawable
|
|||
private readonly SongProgressGraph graph;
|
||||
private readonly SongProgressInfo info;
|
||||
|
||||
public SongProgressBar Bar => bar;
|
||||
|
||||
public Action<double> RequestSeek;
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue