From fa7111f69cedd0983955b82a48317c0d10b6e1ed Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Tue, 25 Sep 2001 00:22:45 +0000 Subject: [PATCH] bug 100834 Deferring enumeration of search plugins directory until REALLY required. r=rjc@rjcdb.com, sr=alecf --- xpfe/components/search/src/nsInternetSearchService.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xpfe/components/search/src/nsInternetSearchService.cpp b/xpfe/components/search/src/nsInternetSearchService.cpp index b413c7ce867c..6000dc9bd8da 100755 --- a/xpfe/components/search/src/nsInternetSearchService.cpp +++ b/xpfe/components/search/src/nsInternetSearchService.cpp @@ -19,9 +19,6 @@ * * Original Author(s): * Robert John Churchill - * - * Contributor(s): - * Pierre Phaneuf */ /* @@ -880,10 +877,6 @@ InternetSearchDataSource::Init() mEngineListBuilt = PR_FALSE; - // we now build up the list of engines immediately, - // but still defer loading in of the contents until needed - DeferredInit(); - // Register as a profile change obsevrer nsCOMPtr observerService = do_GetService(NS_OBSERVERSERVICE_CONTRACTID, &rv);