diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 19:14:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 19:14:03 -0400 |
| commit | dd4a7b9cbef10d5469aa6660286dcecfde9a6ad2 (patch) | |
| tree | 35f9aaa0aca71ac481b2411aa016b829f2ce941b /objc_darwin.go | |
| parent | 461b0cc023f7297e8cb77e0aa2707cf6e4494e87 (diff) | |
Removed objc_msgSend_rect_uint_uint_bool().
Diffstat (limited to 'objc_darwin.go')
| -rw-r--r-- | objc_darwin.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/objc_darwin.go b/objc_darwin.go index b3cfb9d..6315d62 100644 --- a/objc_darwin.go +++ b/objc_darwin.go @@ -65,9 +65,3 @@ func objc_msgSend_rect(obj C.id, sel C.SEL, x int, y int, w int, h int) C.id { return C._objc_msgSend_rect(obj, sel, C.int64_t(x), C.int64_t(y), C.int64_t(w), C.int64_t(h)) } - -func objc_msgSend_rect_uint_uint_bool(obj C.id, sel C.SEL, x int, y int, w int, h int, b uintptr, c uintptr, d C.BOOL) C.id { - return C._objc_msgSend_rect_uint_uint_bool(obj, sel, - C.int64_t(x), C.int64_t(y), C.int64_t(w), C.int64_t(h), - C.uintptr_t(b), C.uintptr_t(c), d) -} |
