Remove unused DI resolution

This commit is contained in:
Dean Herbert 2020-09-30 15:50:53 +09:00
parent 414c40d298
commit 6cceb42ad5
1 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@
using osu.Game.Rulesets.Scoring;
using osu.Game.Skinning;
using osu.Game.Configuration;
using osu.Game.Screens.Play;
using osuTK.Graphics;
namespace osu.Game.Rulesets.Objects.Drawables
@ -359,9 +358,6 @@ protected virtual void ApplySkin(ISkinSource skin, bool allowFallback)
{
}
[Resolved(canBeNull: true)]
private ISamplePlaybackDisabler samplePlaybackDisabler { get; set; }
/// <summary>
/// Calculate the position to be used for sample playback at a specified X position (0..1).
/// </summary>