Remove unused property accessor

This commit is contained in:
Andrei Zavatski 2019-08-31 02:56:41 +03:00
parent 264441d90c
commit fd958ec1ab

View File

@ -83,8 +83,6 @@ namespace osu.Game.Screens.Play
protected DimmableStoryboard DimmableStoryboard { get; private set; } protected DimmableStoryboard DimmableStoryboard { get; private set; }
protected DimmableVideo DimmableVideo { get; private set; } protected DimmableVideo DimmableVideo { get; private set; }
protected VideoSprite Video { get; private set; }
[Cached] [Cached]
[Cached(Type = typeof(IBindable<IReadOnlyList<Mod>>))] [Cached(Type = typeof(IBindable<IReadOnlyList<Mod>>))]
protected new readonly Bindable<IReadOnlyList<Mod>> Mods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>()); protected new readonly Bindable<IReadOnlyList<Mod>> Mods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>());