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-16 21:32:19 +00:00
Родитель 8511ef4cda
Коммит 451bf3a13c
2 изменённых файлов: 0 добавлений и 3 удалений

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

@ -44,7 +44,6 @@
nsDeviceContextSpecFactoryOS2 :: nsDeviceContextSpecFactoryOS2()
{
NS_INIT_ISUPPORTS();
}
nsDeviceContextSpecFactoryOS2 :: ~nsDeviceContextSpecFactoryOS2()

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

@ -76,7 +76,6 @@ int GlobalPrinters::mGlobalNumPrinters = 0;
*/
nsDeviceContextSpecOS2 :: nsDeviceContextSpecOS2()
{
NS_INIT_ISUPPORTS();
mQueue = nsnull;
}
@ -381,7 +380,6 @@ nsresult nsDeviceContextSpecOS2::GetPRTQUEUE( PRTQUEUE *&p)
// Printer Enumerator
nsPrinterEnumeratorOS2::nsPrinterEnumeratorOS2()
{
NS_INIT_ISUPPORTS();
}
NS_IMPL_ISUPPORTS1(nsPrinterEnumeratorOS2, nsIPrinterEnumerator)