From 93914ecb8cc7bf4bf6eb8199f96fc3a685fc44cf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 17:27:47 -0400 Subject: 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. --- objc_darwin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'objc_darwin.h') 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 -/* for listbox_darwin.go */ -extern id *_NSObservedObjectKey; - static inline id objc_msgSend_noargs(id obj, SEL sel) { return objc_msgSend(obj, sel); -- cgit v1.2.3