Remove unnecessary new event

This commit is contained in:
Dean Herbert
2017-12-30 14:46:44 +09:00
parent 0a2e41884e
commit a0966305d4
2 changed files with 1 additions and 17 deletions

View File

@ -120,9 +120,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
State.ValueChanged += state =>
{
// apply any custom values
ApplyCustomValues?.Invoke(this);
UpdateState(state);
// apply any custom state overrides
@ -253,11 +250,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
nestedHitObjects.Add(h);
}
/// <summary>
/// Bind to apply custom values.
/// </summary>
public event Action<DrawableHitObject> ApplyCustomValues;
/// <summary>
/// Bind to apply a custom state which can override the default implementation.
/// </summary>