Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

This commit is contained in:
dbaron%dbaron.org 2005-11-02 07:38:52 +00:00
Родитель 2a03942df8
Коммит 7d5a58f588
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -90,7 +90,6 @@ txMozillaXMLOutput::txMozillaXMLOutput(const String& aRootName,
mInTransform(PR_FALSE),
mCreatingNewDocument(PR_TRUE)
{
NS_INIT_ISUPPORTS();
mOutputFormat.merge(*aFormat);
mOutputFormat.setFromDefaults();
@ -108,7 +107,6 @@ txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat,
mInTransform(PR_FALSE),
mCreatingNewDocument(PR_FALSE)
{
NS_INIT_ISUPPORTS();
mOutputFormat.merge(*aFormat);
mOutputFormat.setFromDefaults();