diff --git a/xpfe/bootstrap/nsAppRunner.cpp b/xpfe/bootstrap/nsAppRunner.cpp index eb2d882f4534..0b9849ef30b0 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));