turn on the download headers dialog on the mac, link in the js library. r=mscott.

This commit is contained in:
sspitzer%netscape.com 2000-01-03 22:31:29 +00:00
Родитель d7a3e2629e
Коммит 85bba6cd51
2 изменённых файлов: 0 добавлений и 5 удалений

Двоичные данные
mailnews/news/macbuild/msgnews.mcp

Двоичный файл не отображается.

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

@ -207,8 +207,6 @@ nsNNTPNewsgroupList::GetDatabase(const char *uri, nsIMsgDatabase **db)
static nsresult
openWindow( const PRUnichar *chrome, const PRUnichar *args )
{
// turn this code off until I can fix the mac project file.
#if defined(XP_UNIX) || defined(XP_WIN)
nsCOMPtr<nsIDOMWindow> hiddenWindow;
JSContext *jsContext = nsnull;
nsresult rv;
@ -235,9 +233,6 @@ openWindow( const PRUnichar *chrome, const PRUnichar *args )
}
}
return rv;
#else
return NS_OK;
#endif
}
nsresult