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(),