summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-03-21 00:50:16 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-03-21 00:50:16 (GMT)
commit9787a9f42d575fd80d370323e6fe37290f5609cd (patch)
tree523d52d04168fdbaa26d257a98579ba2a5e37713 /macosx/tkMacOSXInit.c
parent9df910230823bd6be37562f8f344258c54add11f (diff)
downloadtk-9787a9f42d575fd80d370323e6fe37290f5609cd.zip
tk-9787a9f42d575fd80d370323e6fe37290f5609cd.tar.gz
tk-9787a9f42d575fd80d370323e6fe37290f5609cd.tar.bz2
Remove garbage collections calls as GC is no longer supported on OS X; thanks to Marc Culler for patch
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 752ec48..6ba726d 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -30,7 +30,6 @@ static char tkLibPath[PATH_MAX + 1] = "";
static char scriptPath[PATH_MAX + 1] = "";
-int tkMacOSXGCEnabled = 0;
long tkMacOSXMacOSXVersion = 0;
#pragma mark TKApplication(TKInit)
@@ -247,7 +246,6 @@ TkpInit(
if (!pool) {
pool = [NSAutoreleasePool new];
}
- tkMacOSXGCEnabled = ([NSGarbageCollector defaultCollector] != nil);
[[NSUserDefaults standardUserDefaults] registerDefaults:
[NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithBool:YES],