Remove NSImage hack, other fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-02-25 17:39:11 +00:00
parent 99c388514e
commit a324ac0bdf
5 changed files with 34 additions and 21 deletions

View file

@ -391,11 +391,6 @@ NSGraphicsContext *GSCurrentContext()
return NO;
}
- (void) _postExternalEvent: (NSEvent *)event
{
[self subclassResponsibility: _cmd];
}
- (void) useFont: (NSString*)name
{
if ([self isDrawingToScreen] == YES)