diff options
author | Kevin Walzer <kw@codebykevin.com> | 2016-01-31 00:54:18 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2016-01-31 00:54:18 (GMT) |
commit | bbdabb862104c63547c50ced8bc7141b10a66667 (patch) | |
tree | 8722939c3a746c7214cecf7877de1b1287fd4f76 /macosx/tkMacOSXInit.c | |
parent | 7e385ddf9d3d1af5fb3f8328bd7d5304af15b61a (diff) | |
download | tk-bbdabb862104c63547c50ced8bc7141b10a66667.zip tk-bbdabb862104c63547c50ced8bc7141b10a66667.tar.gz tk-bbdabb862104c63547c50ced8bc7141b10a66667.tar.bz2 |
Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index 26eb3f5..8e353b4 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -59,9 +59,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt @end @implementation TKApplication -#ifndef __clang__ @synthesize poolProtected = _poolProtected; -#endif @end @implementation TKApplication(TKInit) |