Various tidying up of DPS window operations.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-18 11:06:22 +00:00
parent 263f5b5598
commit 5dcbe92051
4 changed files with 5 additions and 29 deletions

View file

@ -334,22 +334,6 @@ NSGraphicsContext *GSCurrentContext()
[self subclassResponsibility: _cmd];
}
/*
* Misc window management support.
*/
- (BOOL) _setFrame: (NSRect)frameRect forWindow: (int)winNum
{
[self subclassResponsibility: _cmd];
return NO;
}
- (void) _orderWindow: (NSWindowOrderingMode)place
relativeTo: (int)otherWin
forWindow: (int)winNum
{
[self subclassResponsibility: _cmd];
}
@end
@implementation NSGraphicsContext (Private)