Revert previous patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-08-30 22:58:58 +00:00
parent 82a46f6434
commit 383730dac9
2 changed files with 0 additions and 24 deletions

View file

@ -1538,24 +1538,6 @@ void __dummy_GMAppKit_functionForLinking() {}
@end /* NSTextFieldCell (GMArchiverMethods) */
@implementation NSForm (GMArchiverMethods)
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
{ int i;
self = [super initWithModelUnarchiver:unarchiver];
[self setValidateSize: YES];
for (i=[self numberOfRows]-1; i>=0; i--)
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_setTitleWidthNeedsUpdate:)
name: _NSFormCellDidChangeTitleWidthNotification
object: [self cellAtIndex:i]];
return self;
}
@end /* NSForm (GMArchiverMethods) */
@implementation NSFormCell (GMArchiverMethods)
- (void)encodeWithModelArchiver:(GMArchiver*)archiver