mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 22:40:54 +00:00
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:
parent
371bc78eed
commit
45e32b29a4
1 changed files with 0 additions and 14 deletions
|
@ -417,18 +417,4 @@ id _nsbuttonCellClass = nil;
|
||||||
return [_cell sound];
|
return [_cell sound];
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
// NSCoding protocol
|
|
||||||
//
|
|
||||||
- (void) encodeWithCoder: (NSCoder *)aCoder
|
|
||||||
{
|
|
||||||
[super encodeWithCoder: aCoder];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (id) initWithCoder: (NSCoder *)aDecoder
|
|
||||||
{
|
|
||||||
[super initWithCoder: aDecoder];
|
|
||||||
|
|
||||||
return self;
|
|
||||||
}
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue