diff --git a/mozilla/mailnews/compose/tests/compose/test.cpp b/mozilla/mailnews/compose/tests/compose/test.cpp index 8606cfd5f69..3fdd6e4aeaa 100644 --- a/mozilla/mailnews/compose/tests/compose/test.cpp +++ b/mozilla/mailnews/compose/tests/compose/test.cpp @@ -423,7 +423,6 @@ int main(int argc, char *argv[]) if (tagBuf) PL_strcpy(tagBuf, "Do that voodo, that you do, soooo weeeelllll!"); -#if 0 pMsgSend->CreateAndSendMessage(nsnull, // identity pMsgCompFields, PR_FALSE, // PRBool digest_p, @@ -437,9 +436,6 @@ int main(int argc, char *argv[]) NULL, // nsMsgSendPart *relatedPart, nsnull); // listener array -#else - printf("rhp fix me!\n"); -#endif PR_FREEIF(ptr); }