Skip to content

Commit

Permalink
Cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtCode committed Mar 21, 2012
1 parent 4a1caf7 commit c209a88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PDFKitten/RootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ - (UIView *)pageView:(PageView *)aPageView detailedViewForPage:(NSInteger)page
{
Scanner *scanner = [[Scanner alloc] init];
[scanner setKeyword:@""];
NSMutableString *contentString = [NSMutableString string];
[scanner setRawTextContent:&contentString];
CGPDFPageRef pdfpage = CGPDFDocumentGetPage(document, page+1);
[scanner scanPage:pdfpage];
[scanner release];
Expand Down

0 comments on commit c209a88

Please sign in to comment.