diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-19 22:52:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-19 22:52:59 -0400 |
| commit | 946e007e5d19001ec643ee8d5cbda9b7e1b1b58b (patch) | |
| tree | 65e5ad03586c934aafe12d961dbf4861534832cc /delegate_darwin.go | |
| parent | a48dd80add7760e58b8e4e639183ec204ac699af (diff) | |
Same as previous commit, but for Mac OS X now. The #cgo directives are in uitask_darwin.go.
Diffstat (limited to 'delegate_darwin.go')
| -rw-r--r-- | delegate_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h> // #include "objc_darwin.h" import "C" |
