Skip to content

Commit

Permalink
Remove unused declaration, missed in #1460 (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Bolsinga authored and nguyenhuy committed May 7, 2019
1 parent 4d1176b commit 7470052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Private/ASDisplayNodeInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ static constexpr CACornerMask kASCACornerAllCorners =
/**
* Internal tree modification methods.
*/
- (void)_replaceSubnode:(ASDisplayNode *)oldSubnode withSubnode:(ASDisplayNode *)replacementSubnode;
- (void)_removeFromSupernodeIfEqualTo:(ASDisplayNode *)supernode;

// Private API for helper functions / unit tests. Use ASDisplayNodeDisableHierarchyNotifications() to control this.
Expand Down

0 comments on commit 7470052

Please sign in to comment.