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
2003-01-08 19:51:43 +00:00
parent 72b7ef89fc
commit f214c6bf25
60 changed files with 1 additions and 92 deletions

View File

@@ -62,7 +62,6 @@ nsCommandParams::nsCommandParams()
: mCurEntry(0)
, mNumEntries(eNumEntriesUnknown)
{
NS_INIT_ISUPPORTS();
// init the hash table later
}