summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-15 20:42:29 -0400
committerPietro Gagliardi <[email protected]>2014-05-15 20:42:29 -0400
commit7645f459e7b346137898c132baf401adb71004ec (patch)
tree941aa2e52393e875f665c0f6d15fb5f95511461f /objc_darwin.h
parent100a41e1c958c9ae688e5e0b34d8b97602c602c3 (diff)
Removed bleh_darwin.m's tracking area logic and rewrote it in Objective-C in area_darwin.m.
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index e3ca56f..c99d619 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -57,7 +57,6 @@ extern id makeDummyEvent();
/* 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);
-extern id makeTrackingArea(id);
extern struct xpoint getTranslatedEventPoint(id, id);
/* for objc_darwin.go */