Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Mar 4, 2014
1 parent 7492147 commit 585442d
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -74,12 +74,4 @@ - (void)pdfDocument:(PSPDFDocument *)document failedToSaveAnnotations:(NSArray *
NSLog(@"Failed to save annotations: %@", error.localizedDescription);
}

///////////////////////////////////////////////////////////////////////////////////////////
#pragma mark - PSPDFViewControllerDelegate

// This is the default. Return nil to disable annotation selection.
- (NSArray *)pdfViewController:(PSPDFViewController *)pdfController shouldSelectAnnotations:(NSArray *)annotations onPageView:(PSPDFPageView *)pageView {
return annotations;
}

@end

0 comments on commit 585442d

Please sign in to comment.