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 2006-02-10 22:49:56 +00:00
parent e7537dcb17
commit 31341b11f0
4 changed files with 0 additions and 5 deletions

View File

@ -1054,7 +1054,6 @@ PRBool nsDeviceContextMac::HaveFontManager90()
//------------------------------------------------------------------------
nsFontEnumeratorMac::nsFontEnumeratorMac()
{
NS_INIT_ISUPPORTS();
}
NS_IMPL_ISUPPORTS1(nsFontEnumeratorMac, nsIFontEnumerator)

View File

@ -53,7 +53,6 @@
*/
nsDeviceContextSpecFactoryMac :: nsDeviceContextSpecFactoryMac()
{
NS_INIT_ISUPPORTS();
}
/** -------------------------------------------------------

View File

@ -59,7 +59,6 @@ nsDeviceContextSpecX::nsDeviceContextSpecX()
, mSavedPort(0)
, mBeganPrinting(PR_FALSE)
{
NS_INIT_ISUPPORTS();
}
/** -------------------------------------------------------

View File

@ -63,7 +63,6 @@ nsPrintSettingsX::nsPrintSettingsX() :
mPageFormat(kPMNoPageFormat),
mPrintSettings(kPMNoPrintSettings)
{
NS_INIT_ISUPPORTS();
}
/** ---------------------------------------------------
@ -72,7 +71,6 @@ nsPrintSettingsX::nsPrintSettingsX(const nsPrintSettingsX& src) :
mPageFormat(kPMNoPageFormat),
mPrintSettings(kPMNoPrintSettings)
{
NS_INIT_ISUPPORTS();
*this = src;
}