summaryrefslogtreecommitdiff
path: root/link_linux_386.go
diff options
context:
space:
mode:
Diffstat (limited to 'link_linux_386.go')
-rw-r--r--link_linux_386.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/link_linux_386.go b/link_linux_386.go
index 30edeba..00a0598 100644
--- a/link_linux_386.go
+++ b/link_linux_386.go
@@ -8,7 +8,3 @@ package ui
// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -lm -ldl
// #cgo pkg-config: gtk+-3.0
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
-}