mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Remove unnecessary fields
This commit is contained in:
parent
093ed8421e
commit
57310c86c7
@ -34,9 +34,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user