diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-15 22:15:54 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-15 22:15:54 -0400 |
| commit | 524867574b0b38ed00cba35d221f695af7acbb34 (patch) | |
| tree | ce45464d14286c2602fe93cd7ec042159069afdc /objc_darwin.h | |
| parent | 31fc77a99df84e334e97cb6718a3f45fa097d2b4 (diff) | |
Removed the Area drawing code from bleh_darwin.m and rewrote it in Objective-C in area_darwin.m.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 4417b02..06e79f9 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -56,7 +56,6 @@ extern id makeDummyEvent(); /* for area_darwin.go */ /* TODO apparently ISO C forbids casting a function pointer to a non-function pointer; this will need to change???? */ extern void *_areaView_drawRect; -extern void drawImage(void *, int64_t, int64_t, int64_t, int64_t, int64_t); /* for objc_darwin.go */ extern char *encodedNSRect; |
