mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:40:37 +00:00
Removed all instances of include in new files.
This commit is contained in:
parent
f5026dfa97
commit
7e81e90e02
8 changed files with 15 additions and 36 deletions
|
@ -30,10 +30,6 @@
|
|||
#import "AppKit/NSPDFImageRep.h"
|
||||
#import <GNUstepGUI/GSImageMagickImageRep.h>
|
||||
|
||||
@interface NSBitmapImageRep (PrivateMethods)
|
||||
- (void) _premultiply;
|
||||
@end
|
||||
|
||||
@implementation NSPDFImageRep
|
||||
|
||||
+ (BOOL) canInitWithData: (NSData *)imageData
|
||||
|
@ -127,11 +123,7 @@
|
|||
- (BOOL) draw
|
||||
{
|
||||
NSBitmapImageRep *rep = [_pageReps objectAtIndex: _currentPage - 1];
|
||||
|
||||
[rep _premultiply];
|
||||
[rep draw];
|
||||
|
||||
return YES;
|
||||
return [rep draw];
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue