diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-19 22:18:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-19 22:18:53 -0400 |
| commit | 4e820e86fca050a7f7b25449629573ca18c0080e (patch) | |
| tree | 346d2191b95549fb0cf81762b31bc20c224a2a64 /gtkcalls_unix.go | |
| parent | 7b7005ec19d7dd8ffe282d65215a5832b9153250 (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.go | 4 |
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() } |
