From 31fc77a99df84e334e97cb6718a3f45fa097d2b4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 21:45:42 -0400 Subject: Removed the event point translation from bleh_darwin.m and rewrote it in Objective-C in area_darwin.m. --- objc_darwin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 5eb9b6c..4417b02 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 struct xpoint getTranslatedEventPoint(id, id); /* for objc_darwin.go */ extern char *encodedNSRect; -- cgit v1.2.3