-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the reset method from CKTreeNodeWithChildren
Summary: As we don't reset it anymore in `CKRenderWithSizeSpecComponent` we don't need it. Reviewed By: kevin0571 Differential Revision: D9913704 fbshipit-source-id: 52cfdf0a31aa4d465ae7936edc6dc786600287a7
- Loading branch information
1 parent
907a5d0
commit 9cdfd69
Showing
2 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,4 @@ | |
|
||
@interface CKTreeNodeWithChildren : CKTreeNode <CKTreeNodeWithChildrenProtocol> | ||
|
||
- (void)reset; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters