mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Cleanup some deprecated code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29730 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b60b8bf73f
commit
3968c44cec
9 changed files with 182 additions and 212 deletions
|
@ -365,11 +365,6 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
|||
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
@interface NSObject (GNUstep)
|
||||
- (BOOL) isInstance;
|
||||
- (id) makeImmutableCopyOnFail: (BOOL)force;
|
||||
- (Class) transmuteClassTo: (Class)aClassObject;
|
||||
+ (Class) autoreleaseClass;
|
||||
+ (void) setAutoreleaseClass: (Class)aClass;
|
||||
+ (void) enableDoubleReleaseCheck: (BOOL)enable;
|
||||
- (id) read: (TypedStream*)aStream;
|
||||
- (id) write: (TypedStream*)aStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue