[React Kit] Remove embarrassing TODOs

This commit is contained in:
Alex Akers
2015-03-26 09:44:58 -07:00
parent bdd170568c
commit 7a97043a3e
8 changed files with 4 additions and 29 deletions

View File

@@ -1356,10 +1356,6 @@ static void RCTMeasureLayout(RCTShadowView *view,
}];
}
// TODO: remove horrible hack - this is only here so that
// [rootView endAndResetInteractionTiming] below doesn't raise warnings
- (NSDictionary *)endAndResetInteractionTiming { return nil; }
- (void)endAndResetInteractionTiming:(RCTResponseSenderBlock)onSuccess
onError:(RCTResponseSenderBlock)onError
{