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

View File

@ -63,9 +63,6 @@ public partial class MusicController : CompositeDrawable
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!;