mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
7ac5bb3a82
commit
9dbc5d9726
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue