From 82101036b8b2686ec0394908434629ab6a0b9903 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 21:16:28 -0400 Subject: Removed the control font code from bleh_darwin.m and rewrote it in Objective-C in sysdata_darwin.m. --- objc_darwin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index fb12203..5eb9b6c 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -62,7 +62,4 @@ extern struct xpoint getTranslatedEventPoint(id, id); /* for objc_darwin.go */ extern char *encodedNSRect; -/* for sysdata_darwin.go */ -extern void objc_setFont(id, unsigned int); - #endif -- cgit v1.2.3