Removing unused servMgr.

This commit is contained in:
dp%netscape.com 1999-09-24 06:07:19 +00:00
parent e2b0e5ab83
commit 5118758633

View File

@ -127,7 +127,6 @@ nsNativeBrowserWindow::DispatchMenuItem(PRInt32 aID)
int main(int argc, char **argv)
{
nsresult rv;
nsIServiceManager* servMgr;
rv = NS_InitXPCOM(nsnull, nsnull, nsnull);
NS_ASSERTION(NS_SUCCEEDED(rv), "NS_InitXPCOM failed");
nsViewerApp* app = new nsNativeViewerApp();