diff options
Diffstat (limited to 'link_unix.go')
| -rw-r--r-- | link_unix.go | 13 |
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 -} |
