From 946e007e5d19001ec643ee8d5cbda9b7e1b1b58b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 19 May 2014 22:52:59 -0400 Subject: Same as previous commit, but for Mac OS X now. The #cgo directives are in uitask_darwin.go. --- delegate_darwin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'delegate_darwin.go') diff --git a/delegate_darwin.go b/delegate_darwin.go index a586d2f..d444459 100644 --- a/delegate_darwin.go +++ b/delegate_darwin.go @@ -15,7 +15,6 @@ This creates a class goAppDelegate that will be used as the delegate for /everyt - handles the application-global Quit event (such as from the Dock) (applicationShouldTerminate) */ -// #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include // #include "objc_darwin.h" import "C" -- cgit v1.2.3