Skip to content

Commit

Permalink
Removed redundant callback
Browse files Browse the repository at this point in the history
  • Loading branch information
bustedbunny committed Apr 8, 2023
1 parent 3bf2e41 commit dd168e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Runtime/Binding/BindingStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ protected BindingParser(INotifyPropertyChanged binding)
bindingContext = binding;
}

public virtual void PostBindingCallback() { }

public abstract void Process(VisualElement element, string key);

public virtual void Dispose()
Expand Down

0 comments on commit dd168e6

Please sign in to comment.