remove dead code

This commit is contained in:
Jesse Squires 2014-09-01 11:43:13 -07:00
parent dcb567e1a5
commit 92cd02669f

View File

@ -321,11 +321,6 @@
- (void)jsq_handleTapGesture:(UITapGestureRecognizer *)tap
{
if ([UIMenuController sharedMenuController].isMenuVisible) {
[[UIMenuController sharedMenuController] setMenuVisible:NO animated:YES];
return;
}
CGPoint touchPt = [tap locationInView:self];
if (CGRectContainsPoint(self.avatarContainerView.frame, touchPt)) {