mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 13:07:24 +08:00
Remove unused property
This commit is contained in:
parent
b811b9baf6
commit
48dacd1c15
@ -63,9 +63,6 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
public DrawableTrack CurrentTrack { get; private set; } = new DrawableTrack(new TrackVirtual(1000));
|
public DrawableTrack CurrentTrack { get; private set; } = new DrawableTrack(new TrackVirtual(1000));
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private RealmAccess realm { get; set; } = null!;
|
|
||||||
|
|
||||||
private IBindableList<BeatmapSetInfo> detachedBeatmaps = null!;
|
private IBindableList<BeatmapSetInfo> detachedBeatmaps = null!;
|
||||||
|
|
||||||
private BindableNumber<double> sampleVolume = null!;
|
private BindableNumber<double> sampleVolume = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user