Removed bodus methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-15 16:51:29 +00:00
parent 44329bbefa
commit 947dcdb83f
2 changed files with 5 additions and 11 deletions

View file

@ -1,3 +1,8 @@
Mon Nov 15 16:57:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSFontPanel.m: Removed a couple of bogus methods that were
preventing display of a font panel.
Mon Nov 15 16:09:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Headers/gnustep/gui/GSTrackingRect.h: Tidied to more compact layout.

View file

@ -268,17 +268,6 @@
return NO;
}
//
// Displaying the NSFontPanel
//
- (void)orderWindow: (NSWindowOrderingMode)place
relativeTo: (int)otherWindows
{}
- (void)display
{
}
//
// NSCoding protocol
//