Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
@@ -44,8 +44,6 @@ NS_IMPL_ISUPPORTS1(nsDialogParamBlock, nsIDialogParamBlock)
|
||||
|
||||
nsDialogParamBlock::nsDialogParamBlock() : mNumStrings(0), mString(NULL)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
for(PRInt32 i = 0; i < kNumInts; i++)
|
||||
mInt[i] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user