summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
diff options
context:
space:
mode:
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()
}