Removed the coder methods as they were just super calls.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14561 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-09-25 22:56:31 +00:00
parent 763151ecb9
commit 636839875f

View file

@ -417,18 +417,4 @@ id _nsbuttonCellClass = nil;
return [_cell sound];
}
//
// NSCoding protocol
//
- (void) encodeWithCoder: (NSCoder *)aCoder
{
[super encodeWithCoder: aCoder];
}
- (id) initWithCoder: (NSCoder *)aDecoder
{
[super initWithCoder: aDecoder];
return self;
}
@end