Remove unused field

This commit is contained in:
Dean Herbert 2019-12-30 11:51:33 +09:00
parent a03a637728
commit 0eccfc79cc
1 changed files with 0 additions and 4 deletions

View File

@ -37,8 +37,6 @@ public abstract class DirectPanel : OsuClickableContainer, IHasContextMenu
private Container content; private Container content;
private BeatmapSetOverlay beatmapSetOverlay;
public PreviewTrack Preview => PlayButton.Preview; public PreviewTrack Preview => PlayButton.Preview;
public Bindable<bool> PreviewPlaying => PlayButton?.Playing; public Bindable<bool> PreviewPlaying => PlayButton?.Playing;
@ -77,8 +75,6 @@ protected DirectPanel(BeatmapSetInfo setInfo)
[BackgroundDependencyLoader(permitNulls: true)] [BackgroundDependencyLoader(permitNulls: true)]
private void load(BeatmapManager beatmaps, OsuColour colours, BeatmapSetOverlay beatmapSetOverlay) private void load(BeatmapManager beatmaps, OsuColour colours, BeatmapSetOverlay beatmapSetOverlay)
{ {
this.beatmapSetOverlay = beatmapSetOverlay;
AddInternal(content = new Container AddInternal(content = new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,