Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

git-svn-id: svn://10.0.0.236/trunk@136005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-08 20:50:04 +00:00
parent beb3ab36a6
commit 67ebaa099d
20 changed files with 6 additions and 32 deletions

View File

@@ -61,7 +61,6 @@ NS_IMPL_THREADSAFE_ISUPPORTS2(nsFontPackageService,
/* from nsIFontPackageSercice.h */
nsFontPackageService::nsFontPackageService() : mHandler(nsnull)
{
NS_INIT_ISUPPORTS();
/* member initializers and constructor code */
}