From 2a9fa2e39c20b6dad76317c38721564e078118f0 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 9 Oct 2001 23:09:49 +0000 Subject: [PATCH] #102657 r=law, sr=blake Remove unnecessary platform #ifdefs so any platform can turn on turbo mode --- xpfe/bootstrap/nsAppRunner.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xpfe/bootstrap/nsAppRunner.cpp b/xpfe/bootstrap/nsAppRunner.cpp index eb2d882f453..0b9849ef30b 100644 --- a/xpfe/bootstrap/nsAppRunner.cpp +++ b/xpfe/bootstrap/nsAppRunner.cpp @@ -802,7 +802,6 @@ static nsresult Ensure1Window( nsICmdLineService* cmdLineArgs) { nsresult rv; -#ifdef XP_WIN32 // If starting up in server mode, then we do things differently. nsCOMPtr nativeApp; rv = GetNativeAppSupport(getter_AddRefs(nativeApp)); @@ -818,7 +817,6 @@ static nsresult Ensure1Window( nsICmdLineService* cmdLineArgs) return NS_OK; } } -#endif nsCOMPtr windowMediator(do_GetService(kWindowMediatorCID, &rv));