r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.

git-svn-id: svn://10.0.0.236/trunk@96452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
2001-06-05 21:25:57 +00:00
parent 9e57e6cb8a
commit b75b28be35
13 changed files with 18 additions and 32 deletions

View File

@@ -91,9 +91,8 @@ UnregisterProc(nsIComponentManager *aCompMgr,
nsCOMPtr<nsICategoryManager> catman = do_GetService(NS_CATEGORYMANAGER_CONTRACTID, &rv);
if (NS_FAILED(rv)) return rv;
nsXPIDLCString prevEntry;
rv = catman->DeleteCategoryEntry("Gecko-Content-Viewers", "application/http-index-format", PR_TRUE,
getter_Copies(prevEntry));
rv = catman->DeleteCategoryEntry("Gecko-Content-Viewers",
"application/http-index-format", PR_TRUE);
return NS_OK;
}