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 /area_darwin.go | |
| parent | 402e73c307c82f2c87181632ae497c3e853f5b61 (diff) | |
Combined all the Objective-C headers into objc_darwin.h.
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/area_darwin.go b/area_darwin.go index 768b8c0..0d95adf 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -11,7 +11,6 @@ import ( // #include <stdlib.h> //// #include <HIToolbox/Events.h> // #include "objc_darwin.h" -// #include "area_darwin.h" import "C" func makeArea(parentWindow C.id, alternate bool, s *sysData) C.id { |
