Some more tidying up.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8539 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2001-01-10 00:22:11 +00:00
parent 31a5fc78ed
commit 13345f9af8
4 changed files with 4 additions and 15 deletions

View file

@ -1,3 +1,7 @@
2001-01-10 Richard Frith-Macdonald <rfm@gnu.org>
Tidyup by removing 'NonCore' categories.
2001-01-09 Richard Frith-Macdonald <rfm@gnu.org>
General tidyups to simplify code and to make class names

View file

@ -31,13 +31,6 @@
@class NSMutableData, NSData, NSString;
@interface NSCoder : NSObject
@end
@interface NSCoderNonCore : NSCoder
@end
@interface NSCoder (Methods)
// Encoding Data
- (void) encodeArrayOfObjCType: (const char*)type

View file

@ -46,9 +46,6 @@
#include <base/GSIMap.h>
@class NSDictionaryNonCore;
@class NSMutableDictionaryNonCore;
@interface GSDictionary : NSDictionary
{
@public

View file

@ -35,7 +35,6 @@
{
if (self == [NSCoder class])
{
behavior_class_add_class (self, [NSCoderNonCore class]);
}
}
@ -68,10 +67,6 @@
return NSNotFound;
}
@end
@implementation NSCoderNonCore
// Encoding Data
- (void) encodeArrayOfObjCType: (const char*)type