View | Details | Raw Unified | Return to bug 196675 | Differences between
and this patch

Collapse All | Expand All

(-)PRImageView.m (-1 / +2 lines)
Lines 94-105 Link Here
94
}
94
}
95
95
96
96
97
#if 0
97
- (NSRect) rectForPage: (NSInteger) pageNumber
98
- (NSRect) rectForPage: (NSInteger) pageNumber
98
{
99
{
99
    NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo];
100
    NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo];
100
    return [pi imageablePageBounds];
101
    return [pi imageablePageBounds];
101
}
102
}
102
103
#endif
103
104
104
105
105
-(void) dealloc
106
-(void) dealloc

Return to bug 196675