Browse Source

Missed change from merge.

Steven Kirk 6 years ago
parent
commit
6dcd634a87
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Avalonia.Base/ValueStore.cs

+ 0 - 2
src/Avalonia.Base/ValueStore.cs

@@ -123,8 +123,6 @@ namespace Avalonia
             _owner.LogBindingError(property, e);
         }
 
-        public IDictionary<AvaloniaProperty, object> GetSetValues() => _values;
-
         public object GetValue(AvaloniaProperty property)
         {
             var result = AvaloniaProperty.UnsetValue;