From bdd7ff4c3687638d25c83bcecc214d4dd0dfdb89 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 3 Mar 1999 01:31:28 +0000 Subject: [PATCH] Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll. git-svn-id: svn://10.0.0.236/trunk@22670 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/compose/src/nsMsgSend.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/mailnews/compose/src/nsMsgSend.cpp b/mozilla/mailnews/compose/src/nsMsgSend.cpp index f019f0a6058..bf571ff1b2c 100644 --- a/mozilla/mailnews/compose/src/nsMsgSend.cpp +++ b/mozilla/mailnews/compose/src/nsMsgSend.cpp @@ -1618,7 +1618,6 @@ static char * mime_fix_header_1 (const char *string, PRBool addr_p, PRBool news_ if (addr_p) { nsIMsgRFC822Parser * pRfc822; - nsRepository::RegisterFactory(kMsgRFC822ParserCID, "mailnews.dll", PR_FALSE, PR_FALSE); //JFD - I should be able to remose this line soon... nsresult rv = nsRepository::CreateInstance(kMsgRFC822ParserCID, NULL, nsIMsgRFC822Parser::IID(),