summaryrefslogtreecommitdiff
path: root/link_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-29 22:48:55 -0400
committerPietro Gagliardi <[email protected]>2016-05-29 22:48:55 -0400
commitb9c3e87d5df7ec94e9bbdd8a29822d7fdca67d8c (patch)
tree174e1f9ad3a8edd5427291162220c790c63806c6 /link_unix.go
parenta2db124cc95274461a9c6546e0bde29c42ad605b (diff)
More static library linker setup.
Diffstat (limited to 'link_unix.go')
-rw-r--r--link_unix.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/link_unix.go b/link_unix.go
deleted file mode 100644
index e06cb12..0000000
--- a/link_unix.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build !windows
-// +build !darwin
-
-// 11 december 2015
-
-package ui
-
-// #cgo LDFLAGS: -L${SRCDIR} -lui -Wl,-rpath=$ORIGIN
-import "C"
-
-func ensureMainThread() {
- // do nothing; GTK+ doesn't care which thread we're on so long as we don't change it after starting
-}