mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:31:56 +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
2bf0ddf876
commit
4ceefff6f6
1 changed files with 1 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
@class NSImage;
|
@class NSImage;
|
||||||
|
|
||||||
@interface NSBrowserCell : NSCell <NSCoding>
|
@interface NSBrowserCell : NSCell
|
||||||
{
|
{
|
||||||
// Attributes
|
// Attributes
|
||||||
NSImage *_alternateImage;
|
NSImage *_alternateImage;
|
||||||
|
@ -69,12 +69,6 @@
|
||||||
- (void)reset;
|
- (void)reset;
|
||||||
- (void)set;
|
- (void)set;
|
||||||
|
|
||||||
//
|
|
||||||
// NSCoding protocol
|
|
||||||
//
|
|
||||||
- (void)encodeWithCoder: (NSCoder *)aCoder;
|
|
||||||
- initWithCoder: (NSCoder *)aDecoder;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif // _GNUstep_H_NSBrowserCell
|
#endif // _GNUstep_H_NSBrowserCell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue