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
1 changed files with 0 additions and 2 deletions

View File

@ -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>