remove unused added property
Showing
2 changed files
with
0 additions
and
2 deletions
@@ -13,7 +13,6 @@ | @@ -13,7 +13,6 @@ | ||
13 | @interface MASCompositeConstraint () <MASConstraintDelegate> | 13 | @interface MASCompositeConstraint () <MASConstraintDelegate> |
14 | 14 | ||
15 | @property (nonatomic, strong) NSMutableArray *childConstraints; | 15 | @property (nonatomic, strong) NSMutableArray *childConstraints; |
16 | -@property (nonatomic, assign) BOOL added; | ||
17 | 16 | ||
18 | @end | 17 | @end |
19 | 18 |
@@ -12,7 +12,6 @@ | @@ -12,7 +12,6 @@ | ||
12 | @interface MASCompositeConstraint () <MASConstraintDelegate> | 12 | @interface MASCompositeConstraint () <MASConstraintDelegate> |
13 | 13 | ||
14 | @property (nonatomic, strong) NSMutableArray *childConstraints; | 14 | @property (nonatomic, strong) NSMutableArray *childConstraints; |
15 | -@property (nonatomic, assign) BOOL added; | ||
16 | 15 | ||
17 | @end | 16 | @end |
18 | 17 |
-
Please register or login to post a comment