summaryrefslogtreecommitdiff
path: root/listbox_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'listbox_darwin.go')
-rw-r--r--listbox_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/listbox_darwin.go b/listbox_darwin.go
index aa83d5d..8c4cb17 100644
--- a/listbox_darwin.go
+++ b/listbox_darwin.go
@@ -14,7 +14,6 @@ Under normal circumstances we would have to build our own data source class, as
After switching from using the Objective-C runtime to using Objective-C directly, you will now need to look both here and in listbox_darwin.m to get what's going on.
*/
-// #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit
// #include <stdlib.h>
// #include "objc_darwin.h"
import "C"