From 4e820e86fca050a7f7b25449629573ca18c0080e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 19 May 2014 22:18:53 -0400 Subject: 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. --- gtkcalls_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtkcalls_unix.go') 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() } -- cgit v1.2.3