From 078997b5c7de06a80b5f5b5b495ca00d3d51cd78 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 11 Apr 2012 17:14:40 -0700 Subject: [PATCH] Remove unnecessary synthesis of BOOL properties that duplicate the bitfields --- Proton/PROBinding.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Proton/PROBinding.m b/Proton/PROBinding.m index 41a0b7c..6434f4e 100644 --- a/Proton/PROBinding.m +++ b/Proton/PROBinding.m @@ -59,11 +59,9 @@ @implementation PROBinding @synthesize boundKeyPath = m_boundKeyPath; @synthesize ownerObserver = m_ownerObserver; @synthesize boundObjectObserver = m_boundObjectObserver; -@synthesize updating = m_updating; @synthesize boundValueTransformationBlock = m_boundValueTransformationBlock; @synthesize ownerValueTransformationBlock = m_ownerValueTransformationBlock; @synthesize validationFailedBlock = m_validationFailedBlock; -@synthesize settingInitialValue = m_settingInitialValue; - (BOOL)isSettingInitialValue { return m_flags.settingInitialValue;