Remove cruft with regards to adding the app core to the app cores manager. This now happens in nsBaseAppCore::Init()

a=rjc
This commit is contained in:
mscott%netscape.com 1999-04-01 22:39:58 +00:00
Родитель ff452fe61e
Коммит 3a730e49cd
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -128,12 +128,7 @@ nsRDFCore::Init(const nsString& aId)
{
nsBaseAppCore::Init(aId);
nsAppCoresManager* sdm = new nsAppCoresManager();
sdm->Add((nsIDOMBaseAppCore *)(nsBaseAppCore *)this);
delete sdm;
return NS_OK;
return NS_OK;
}
NS_IMETHODIMP