Removed uneeded and inconsistent method declarations.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17599 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-09-01 18:17:06 +00:00
parent 045a5b0c08
commit a46846708e

View file

@ -57,15 +57,6 @@
- (void)setBackgroundColor:(NSColor *)aColor;
- (NSColor *)backgroundColor;
- (id)setUpFieldEditorAttributes: (NSText *)textObject;
//
// NSCoding protocol
//
- (void)encodeWithCoder: (NSCoder *)aCoder;
- initWithCoder: (NSCoder *)aDecoder;
@end
#endif // _GNUstep_H_NSTextFieldCell