From 3b4924a156246928ac672c5ce3321a6f43d3b4e9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 22:30:19 -0400 Subject: Removed some residual drawRect: stuff from bleh_darwin.m. So close... --- objc_darwin.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 06e79f9..42c7ce6 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -53,11 +53,4 @@ struct xpoint { extern void initBleh(); 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; - -/* for objc_darwin.go */ -extern char *encodedNSRect; - #endif -- cgit v1.2.3