mshtml: Don't call AutoRegister on GRE directory - it's no longer needed.

This commit is contained in:
Jacek Caban 2009-07-06 13:41:48 +02:00 committed by Alexandre Julliard
parent 89260f00bb
commit 3ab8778ec9
1 changed files with 0 additions and 4 deletions

View File

@ -448,10 +448,6 @@ static BOOL init_xpcom(const PRUnichar *gre_path)
if(NS_FAILED(nsres))
ERR("AutoRegister(NULL) failed: %08x\n", nsres);
nsres = nsIComponentRegistrar_AutoRegister(registrar, gre_dir);
if(NS_FAILED(nsres))
ERR("AutoRegister(gre_dir) failed: %08x\n", nsres);
init_nsio(pCompMgr, registrar);
}else {
ERR("NS_GetComponentRegistrar failed: %08x\n", nsres);