1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/price/files/patch-PRImageView.m
2008-02-28 16:13:12 +00:00

18 lines
367 B
Objective-C

--- PRImageView.m.orig 2007-12-08 01:32:13.000000000 +0100
+++ PRImageView.m 2008-02-21 15:18:34.000000000 +0100
@@ -81,12 +81,13 @@
}
+#if 0
- (NSRect ) rectForPage: (int) pageNumber
{
NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo];
return [pi imageablePageBounds];
}
-
+#endif
-(void) dealloc