From 83e8e75acda72de4b1ee762f2d4223b264d9d58f Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Tue, 13 Mar 2001 08:39:37 +0000 Subject: [PATCH] Trying to fix bustage: removing references to appstartup stuff. git-svn-id: svn://10.0.0.236/trunk@89481 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/base/nsEmbedAPI.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/embedding/base/nsEmbedAPI.cpp b/mozilla/embedding/base/nsEmbedAPI.cpp index d63ca86a2ea..3da8295ff93 100644 --- a/mozilla/embedding/base/nsEmbedAPI.cpp +++ b/mozilla/embedding/base/nsEmbedAPI.cpp @@ -25,7 +25,6 @@ #include "nsIServiceManager.h" #include "nsIEventQueueService.h" #include "nsIChromeRegistry.h" -#include "nsIAppStartupNotifier.h" #include "nsIStringBundle.h" #include "nsIDirectoryService.h" @@ -112,11 +111,6 @@ nsresult NS_InitEmbedding(nsILocalFile *mozBinDirectory, sRegistryInitializedFlag = PR_TRUE; } - nsCOMPtr mStartupNotifier = do_CreateInstance(NS_APPSTARTUPNOTIFIER_CONTRACTID, &rv); - if(NS_FAILED(rv)) - return rv; - mStartupNotifier->Observe(nsnull, APPSTARTUP_TOPIC, nsnull); - // Create the Event Queue for the UI thread... // // If an event queue already exists for the thread, then