diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
| commit | ebcbaa129de05909a39e6a6884eac94629d46083 (patch) | |
| tree | 64fb239fa32dda4525118742cca2624aed280b2f /dialog_darwin.go | |
| parent | 402e73c307c82f2c87181632ae497c3e853f5b61 (diff) | |
Combined all the Objective-C headers into objc_darwin.h.
Diffstat (limited to 'dialog_darwin.go')
| -rw-r--r-- | dialog_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_darwin.go b/dialog_darwin.go index 2ba4d6a..39ee056 100644 --- a/dialog_darwin.go +++ b/dialog_darwin.go @@ -8,7 +8,6 @@ import ( // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include "objc_darwin.h" -// #include "dialog_darwin.h" import "C" func _msgBox(primarytext string, secondarytext string, style uintptr) { |
