mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05: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
|
@ -29,10 +29,6 @@
|
|||
#import <Foundation/NSArray.h>
|
||||
#import <GNUstepGUI/GSImageMagickImageRep.h>
|
||||
|
||||
@interface NSBitmapImageRep (PrivateMethods)
|
||||
- (void) _premultiply;
|
||||
@end
|
||||
|
||||
@implementation NSPICTImageRep
|
||||
|
||||
+ (NSArray *) imageUnfilteredFileTypes
|
||||
|
@ -96,9 +92,7 @@
|
|||
// Override to draw the specified page...
|
||||
- (BOOL) draw
|
||||
{
|
||||
[_pageRep _premultiply];
|
||||
[_pageRep draw];
|
||||
return YES;
|
||||
return [_pageRep draw];
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue