mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Remove unused property accessor
This commit is contained in:
parent
264441d90c
commit
fd958ec1ab
@ -83,8 +83,6 @@ namespace osu.Game.Screens.Play
|
||||
protected DimmableStoryboard DimmableStoryboard { get; private set; }
|
||||
protected DimmableVideo DimmableVideo { get; private set; }
|
||||
|
||||
protected VideoSprite Video { get; private set; }
|
||||
|
||||
[Cached]
|
||||
[Cached(Type = typeof(IBindable<IReadOnlyList<Mod>>))]
|
||||
protected new readonly Bindable<IReadOnlyList<Mod>> Mods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>());
|
||||
|
Loading…
Reference in New Issue
Block a user