1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 13:47:24 +08:00

Remove unused property

This commit is contained in:
Dean Herbert 2024-10-09 13:45:35 +09:00
parent b811b9baf6
commit 48dacd1c15
No known key found for this signature in database

View File

@ -63,9 +63,6 @@ namespace osu.Game.Overlays
public DrawableTrack CurrentTrack { get; private set; } = new DrawableTrack(new TrackVirtual(1000));
[Resolved]
private RealmAccess realm { get; set; } = null!;
private IBindableList<BeatmapSetInfo> detachedBeatmaps = null!;
private BindableNumber<double> sampleVolume = null!;