From 00b1dff599e2719abfa254b9bdba7fd5986723a4 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 13 Jun 2014 00:23:10 +0200 Subject: [PATCH] Removed commented out method. --- Perspex/PerspexObject.cs | 23 ----------------------- 1 file changed, 23 deletions(-) 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. ///