remove warning messages

This commit is contained in:
morse%netscape.com 1999-08-25 21:47:50 +00:00
parent 940a0dd457
commit de3f449ee1
2 changed files with 1 additions and 9 deletions

View File

@ -832,13 +832,7 @@ PRInt32
newWind(char* urlName)
{
nsresult rv;
char * urlstr=nsnull;
char * progname = nsnull;
char * width=nsnull, *height=nsnull;
char * iconic_state=nsnull;
urlstr = urlName;
char * urlstr=urlName;
/*
* Create the Application Shell instance...

View File

@ -62,7 +62,6 @@ GetBrowserAppCoreProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
if (JSVAL_IS_INT(id)) {
nsIScriptContext *scriptCX = (nsIScriptContext *)JS_GetContextPrivate(cx);
nsIScriptSecurityManager *secMan;
PRBool ok = PR_FALSE;
if (NS_OK != scriptCX->GetSecurityManager(&secMan)) {
return JS_FALSE;
}
@ -97,7 +96,6 @@ SetBrowserAppCoreProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
if (JSVAL_IS_INT(id)) {
nsIScriptContext *scriptCX = (nsIScriptContext *)JS_GetContextPrivate(cx);
nsIScriptSecurityManager *secMan;
PRBool ok = PR_FALSE;
if (NS_OK != scriptCX->GetSecurityManager(&secMan)) {
return JS_FALSE;
}