From 8ce1555ca25f8522cf5ed6fe3a2692d8b025d358 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 16 May 2014 20:24:30 -0400 Subject: [PATCH] Decided not to move the initCocoa() function to a file init_darwin.go because it's small enough now that it doesn't matter. --- uitask_darwin.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/uitask_darwin.go b/uitask_darwin.go index fefdcab..f80d8b7 100644 --- a/uitask_darwin.go +++ b/uitask_darwin.go @@ -42,8 +42,6 @@ func ui(main func()) error { return nil } -// TODO move to init_darwin.go? - func initCocoa() (err error) { makeAppDelegate() if C.initCocoa(appDelegate) != C.YES {