diff options
author | Kevin Walzer <kw@codebykevin.com> | 2016-01-31 00:53:25 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2016-01-31 00:53:25 (GMT) |
commit | b5e22a7b7e4fd964d34f9d16aa7802fe7322636c (patch) | |
tree | 3d501e7a93d6440379a101cb6a89bf29cce65b4d /macosx/tkMacOSXInit.c | |
parent | c3777ebd3a31648fc5427b9536d2e304e9cbcf77 (diff) | |
download | tk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.zip tk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.tar.gz tk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.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 b965a38..33a60f2 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -57,9 +57,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt @end @implementation TKApplication -#ifndef __clang__ @synthesize poolProtected = _poolProtected; -#endif @end @implementation TKApplication(TKInit) |