summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-16 20:24:30 -0400
committerPietro Gagliardi <[email protected]>2014-05-16 20:24:30 -0400
commit8ce1555ca25f8522cf5ed6fe3a2692d8b025d358 (patch)
tree17556770ca652c9236c35dd766944e0a36c66dee
parent332f9ffd5b77c73bb077933b4b5f592c9d9cde6c (diff)
Decided not to move the initCocoa() function to a file init_darwin.go because it's small enough now that it doesn't matter.
-rw-r--r--uitask_darwin.go2
1 files changed, 0 insertions, 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 {