summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-03 19:22:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-03 19:22:19 (GMT)
commitc8f626a51dd7139e69c1c685e6431046e548bad0 (patch)
treeb7364b344b03b3b47c830f315b046a566fbf755e /macosx/tkMacOSXInit.c
parentd9bac150627c28d4fab62f85a2696cc87911946d (diff)
parent098b03f8f4259f1767486350c21f5b7e11a6e06b (diff)
downloadtk-c8f626a51dd7139e69c1c685e6431046e548bad0.zip
tk-c8f626a51dd7139e69c1c685e6431046e548bad0.tar.gz
tk-c8f626a51dd7139e69c1c685e6431046e548bad0.tar.bz2
merge 8.5
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c2
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)