diff options
author | dgp <dgp@users.sourceforge.net> | 2016-02-09 18:43:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-02-09 18:43:52 (GMT) |
commit | 77c0bc32154c03e49b39ad66e676999e29b66a2c (patch) | |
tree | da2ea54eebc27b5b2601fd217019bc0eae04c6c2 /macosx/tkMacOSXInit.c | |
parent | b2bb8f7366e971a698d64610c5d30fa31f414ca1 (diff) | |
parent | 8f151700b10bf8811876305e284738707d4ad237 (diff) | |
download | tk-77c0bc32154c03e49b39ad66e676999e29b66a2c.zip tk-77c0bc32154c03e49b39ad66e676999e29b66a2c.tar.gz tk-77c0bc32154c03e49b39ad66e676999e29b66a2c.tar.bz2 |
merge trunk
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) |