diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-05 12:39:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-05 12:39:27 -0400 |
| commit | 338cbc0540c810dec2b32bae39f7d367b2d73396 (patch) | |
| tree | fb2f34f91b46b9c950d451246a99accad434cfb7 /bleh_darwin.m | |
| parent | b97e6b864f2bb6c3ffbc12cba81f3be250f48d92 (diff) | |
Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwin.m) as the //export issue that required that no longer applies.
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m index 0e1cce5..e324133 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -21,9 +21,6 @@ though this is not always the case. #include <AppKit/NSBitmapImageRep.h> #include <AppKit/NSCell.h> -/* exception to the above: cgo doesn't like Nil and delegate_darwin.go has //export so I can't have this there */ -Class NilClass = Nil; - /* used by listbox_darwin.go; requires NSString */ id *_NSObservedObjectKey = (id *) (&NSObservedObjectKey); |
