Decided not to move the initCocoa() function to a file init_darwin.go because it's small enough now that it doesn't matter.

This commit is contained in:
Pietro Gagliardi 2014-05-16 20:24:30 -04:00
parent 332f9ffd5b
commit 8ce1555ca2
1 changed files with 0 additions and 2 deletions

View File

@ -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 {