Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Remove unnecessary synthesis of BOOL properties that duplicate the bi…
Browse files Browse the repository at this point in the history
…tfields
  • Loading branch information
jspahrsummers committed Apr 12, 2012
1 parent 542f4bd commit 078997b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Proton/PROBinding.m
Expand Up @@ -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;
Expand Down

0 comments on commit 078997b

Please sign in to comment.