summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'bleh_darwin.m')
-rw-r--r--bleh_darwin.m3
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);