From d4861241b8cfdfb7dcaf366e92cdfb816dde16ff Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Fri, 25 Sep 1998 04:42:21 +0000 Subject: [PATCH] Removed calls to the obsolete function PR_GetGCInfo(). That function is only for Java garbage collection and so doesn't matter any more. Reviewed and approved by Steve Dagley. git-svn-id: svn://10.0.0.236/trunk@11018 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/macfe/central/uapp.cp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mozilla/cmd/macfe/central/uapp.cp b/mozilla/cmd/macfe/central/uapp.cp index 8603a8604b7..49ed024d283 100644 --- a/mozilla/cmd/macfe/central/uapp.cp +++ b/mozilla/cmd/macfe/central/uapp.cp @@ -1635,15 +1635,6 @@ void CFrontApp::ProperStartup( FSSpec* file, short fileType ) EDTPLUG_RegisterEditURLCallback(&OpenEditURL); #endif // EDITOR && MOZ_JAVA - /* Okay, this is hacky, but necessary. It is extremely - important that the Macintosh reclaims memory. So, - we want the finalizer to be at as high a priority as - possible. */ - - if ((PR_GetGCInfo() != NULL) && (PR_GetGCInfo()->finalizer != NULL)) - - PR_SetThreadPriority(PR_GetGCInfo()->finalizer, PR_PRIORITY_URGENT); - DestroySplashScreen(); if ( abortStartup == CPrefs::eRunAccountSetup ) file = NULL;