Remove weird download button exposure

This commit is contained in:
Dean Herbert
2019-06-27 12:22:38 +09:00
parent c49b8b1883
commit cd6f452bfa
3 changed files with 4 additions and 7 deletions

View File

@ -36,7 +36,6 @@ namespace osu.Game.Overlays.Direct
public PreviewTrack Preview => PlayButton.Preview;
public Bindable<bool> PreviewPlaying => PlayButton.Playing;
protected abstract DownloadButton DownloadButton { get; }
protected abstract PlayButton PlayButton { get; }
protected abstract Box PreviewBar { get; }