From f4e4c501f1db3663f0e14a467fcb4bf340771306 Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Mon, 22 Feb 2016 09:06:36 -0800 Subject: [PATCH] [ASDisplayNode] Remove misplaced comment that has been replaced --- AsyncDisplayKit/ASDisplayNode.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AsyncDisplayKit/ASDisplayNode.mm b/AsyncDisplayKit/ASDisplayNode.mm index 44c353b6c4..74137d24f1 100644 --- a/AsyncDisplayKit/ASDisplayNode.mm +++ b/AsyncDisplayKit/ASDisplayNode.mm @@ -1047,11 +1047,6 @@ static inline void filterNodesInLayoutAtIndexesWithIntersectingNodes( } } -// If not rasterized (and therefore we certainly have a view or layer), -// Send the message to the view/layer first, as scheduleNodeForDisplay may call -displayIfNeeded. -// Wrapped / synchronous nodes created with initWithView/LayerBlock: do not need scheduleNodeForDisplay, -// as they don't need to display in the working range at all - since at all times onscreen, one -// -setNeedsDisplay to the CALayer will result in a synchronous display in the next frame. - (void)__setNeedsDisplay { BOOL nowDisplay = ASInterfaceStateIncludesDisplay(_interfaceState);