Additional Windows-only change to remove tab-specific electrolysis code.

--HG--
branch : electrolysis-plugins-only
This commit is contained in:
Benjamin Smedberg 2009-11-30 14:52:38 -05:00
parent c9f41df4e3
commit 92dc07e9c6

View File

@ -57,6 +57,5 @@ void xxxNeverCalledXUL()
XRE_InitParentProcess(0, nsnull, nsnull, nsnull);
XRE_RunAppShell();
XRE_ShutdownChildProcess(nsnull);
XRE_SendTestShellCommand(nsnull, nsnull, nsnull);
#endif
}