diff --git a/Source/NSButton.m b/Source/NSButton.m index 13fffcb5d..890813423 100644 --- a/Source/NSButton.m +++ b/Source/NSButton.m @@ -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