Fixing bug 281744. Remove dead code and unnecessary code. r+sr=peterv@propagandism.org

git-svn-id: svn://10.0.0.236/trunk@169698 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2005-02-23 23:17:57 +00:00
parent 3157e458e8
commit ea56e33ec6
3 changed files with 4 additions and 27 deletions

View File

@@ -54,11 +54,4 @@ static const nsModuleComponentInfo gComponentInfo[] = {
nsPluginHostImpl::Create },
};
PR_STATIC_CALLBACK(void)
nsPluginModuleDtor(nsIModule *self)
{
ns4xPlugin::ReleaseStatics();
}
NS_IMPL_NSGETMODULE_WITH_DTOR(nsPluginModule, gComponentInfo,
nsPluginModuleDtor)
NS_IMPL_NSGETMODULE(nsPluginModule, gComponentInfo)