summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-19 22:18:53 -0400
committerPietro Gagliardi <[email protected]>2014-05-19 22:18:53 -0400
commit4e820e86fca050a7f7b25449629573ca18c0080e (patch)
tree346d2191b95549fb0cf81762b31bc20c224a2a64 /gtkcalls_unix.go
parent7b7005ec19d7dd8ffe282d65215a5832b9153250 (diff)
Moved gtk_main() such that uitask_unix.go calls it directly via cgo. This is in preparation for the next two commits, which will remove the #cgo directives from all files except the uitask_*.go files, since they're being concatenated across files.
Diffstat (limited to 'gtkcalls_unix.go')
-rw-r--r--gtkcalls_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go
index feaf8bb..ae6ccbe 100644
--- a/gtkcalls_unix.go
+++ b/gtkcalls_unix.go
@@ -26,10 +26,6 @@ func gtk_init() error {
return nil
}
-func gtk_main() {
- C.gtk_main()
-}
-
func gtk_main_quit() {
C.gtk_main_quit()
}