summaryrefslogtreecommitdiff
path: root/BBB_GOFILES/link_darwin_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-08-26 13:18:53 -0400
committerPietro Gagliardi <[email protected]>2018-08-26 13:18:53 -0400
commit809662459dcd2cbe0b42f338413b88fea0483086 (patch)
treefe2b74245658f886d800b2c108961c345186acea /BBB_GOFILES/link_darwin_amd64.go
parent766f9ed028c757561b99e4ed5aa487d381fe80a3 (diff)
Migrate the link_darwin_amd64.go and control.go files back; fixed up errors in the C files and util.go.
Diffstat (limited to 'BBB_GOFILES/link_darwin_amd64.go')
-rw-r--r--BBB_GOFILES/link_darwin_amd64.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/BBB_GOFILES/link_darwin_amd64.go b/BBB_GOFILES/link_darwin_amd64.go
deleted file mode 100644
index ef9c2e5..0000000
--- a/BBB_GOFILES/link_darwin_amd64.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// 13 december 2015
-
-package ui
-
-// #cgo CFLAGS: -mmacosx-version-min=10.8
-// #cgo LDFLAGS: ${SRCDIR}/libui_darwin_amd64.a -framework Foundation -framework AppKit -mmacosx-version-min=10.8
-import "C"