summaryrefslogtreecommitdiff
path: root/Objective-C/NSObject-ObjectiveCLWrapperLink.h
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-19 00:18:31 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-19 00:18:31 +0100
commit272a6c36bf2c91985bf7ec87da8d4576393c6e84 (patch)
treea0d5fb19f8b3aefd2e6a4fa10bb6e5a8eb9341aa /Objective-C/NSObject-ObjectiveCLWrapperLink.h
parent806872f29587bb24d215cf2c4a94513376130fd1 (diff)
Remove NSObject category ObjectiveCLWrapperLink.
darcs-hash:07ee45edca14214270891334f18d56f30e4ea57a
Diffstat (limited to 'Objective-C/NSObject-ObjectiveCLWrapperLink.h')
-rw-r--r--Objective-C/NSObject-ObjectiveCLWrapperLink.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Objective-C/NSObject-ObjectiveCLWrapperLink.h b/Objective-C/NSObject-ObjectiveCLWrapperLink.h
deleted file mode 100644
index 4c4cc4c..0000000
--- a/Objective-C/NSObject-ObjectiveCLWrapperLink.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*- mode: objc; coding: utf-8 -*- */
-
-#import <Foundation/NSObject.h>
-
-void
-objcl_initialise_instance_wrappers (void);
-
-void
-objcl_shutdown_instance_wrappers (void);
-
-@interface NSObject (ObjectiveCLWrapperLink)
-+(BOOL) __objcl_isBackedByLispClass;
-+(void) __objcl_setBackedByLispClass: (BOOL)backed_p;
-@end /* NSObject (ObjectiveCL) */