diff options
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index d5211ea..c1f0873 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -20,9 +20,6 @@ The format should be self-explanatory. #include <stdint.h> -/* for listbox_darwin.go */ -extern id *_NSObservedObjectKey; - static inline id objc_msgSend_noargs(id obj, SEL sel) { return objc_msgSend(obj, sel); |
