diff --git a/Perspex/PerspexObject.cs b/Perspex/PerspexObject.cs index 41179842eb..c4f6bfa09a 100644 --- a/Perspex/PerspexObject.cs +++ b/Perspex/PerspexObject.cs @@ -178,29 +178,6 @@ namespace Perspex } } - /// - /// Clears a binding on a , leaving the last bound value in - /// place. - /// - /// The property. - public void ClearBinding(PerspexProperty property) - { - throw new NotImplementedException(); - ////Contract.Requires(property != null); - ////PriorityValue value; - - ////if (this.values.TryGetValue(property, out value)) - ////{ - //// value.ClearLocalBinding(); - - //// this.Log().Debug(string.Format( - //// "Cleared binding on {0}.{1} (#{2:x8})", - //// this.GetType().Name, - //// property.Name, - //// this.GetHashCode())); - ////} - } - /// /// Clears a value, including its binding. ///