mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
parent
e7537dcb17
commit
31341b11f0
@ -1054,7 +1054,6 @@ PRBool nsDeviceContextMac::HaveFontManager90()
|
||||
//------------------------------------------------------------------------
|
||||
nsFontEnumeratorMac::nsFontEnumeratorMac()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsFontEnumeratorMac, nsIFontEnumerator)
|
||||
|
@ -53,7 +53,6 @@
|
||||
*/
|
||||
nsDeviceContextSpecFactoryMac :: nsDeviceContextSpecFactoryMac()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
/** -------------------------------------------------------
|
||||
|
@ -59,7 +59,6 @@ nsDeviceContextSpecX::nsDeviceContextSpecX()
|
||||
, mSavedPort(0)
|
||||
, mBeganPrinting(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
/** -------------------------------------------------------
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user