зеркало из https://github.com/mozilla/pjs.git
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
Родитель
0fbb5c91f9
Коммит
4b87c2fef2
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче