Removed all references to coding.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14557 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-09-25 22:54:41 +00:00
parent 7ac5bb3a82
commit 9dbc5d9726

View file

@ -33,7 +33,7 @@
@class NSImage;
@interface NSBrowserCell : NSCell <NSCoding>
@interface NSBrowserCell : NSCell
{
// Attributes
NSImage *_alternateImage;
@ -69,12 +69,6 @@
- (void)reset;
- (void)set;
//
// NSCoding protocol
//
- (void)encodeWithCoder: (NSCoder *)aCoder;
- initWithCoder: (NSCoder *)aDecoder;
@end
#endif // _GNUstep_H_NSBrowserCell