[ASDisplayNode] Remove #if gating of ASDisplayNode hitTest: (I'd misread this as _ASDisplayView's implementation, and both are needed).

This commit is contained in:
Scott Goodson
2016-03-28 07:49:14 -07:00
parent cd493358cc
commit 096df7b385
2 changed files with 0 additions and 3 deletions

View File

@@ -500,5 +500,4 @@ void _ASEnumerateControlEventsIncludedInMaskWithBlock(ASControlNodeEvent mask, v
_enableHitTestDebug = enable;
}
@end