Remove unnecessary fields

This commit is contained in:
iiSaLMaN 2019-09-20 15:09:51 +03:00
parent 093ed8421e
commit 57310c86c7
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ public class DrawableSlider : DrawableOsuHitObject, IDrawableHitObjectWithProxie
private readonly IBindable<float> scaleBindable = new Bindable<float>();
private readonly IBindable<SliderPath> pathBindable = new Bindable<SliderPath>();
private readonly Bindable<bool> alwaysTintSliderBall = new Bindable<bool>(true);
private bool allowSliderBallTint;
[Resolved(CanBeNull = true)]
private OsuRulesetConfigManager config { get; set; }