summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-15 17:27:47 -0400
committerPietro Gagliardi <[email protected]>2014-05-15 17:27:47 -0400
commit93914ecb8cc7bf4bf6eb8199f96fc3a685fc44cf (patch)
treec530b376368a799dfd42216d9cbded4289ae2cdd /objc_darwin.h
parentc1f3d92263e9181fdbe3dc1c2010fd158757c503 (diff)
Migrated the new Objective-C-based Mac OS X Listbox code in and got rid of things preventing the darwin/386 build otherwise. 10.6 doesn't show the NSObservedObjectKey link error, but shows a crapton more, so this is gonna be a fun bug report... I'll use contrived examples and provide the new build logs based on this commit in the meantime as well.
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h3
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);