another attempt to fix mac bustage

This commit is contained in:
morse%netscape.com 1999-12-19 23:13:50 +00:00
Родитель 887a1021d4
Коммит aff4cc5ac2
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -550,8 +550,6 @@ NS_IMETHODIMP nsNetSupportDialog::PromptPassword(const PRUnichar *text,
#endif
}
#ifdef XP_MAC
#else
nsresult nsNetSupportDialog::Select(const PRUnichar *inDialogTitle, const PRUnichar *inMsg, PRUint32 inCount, const char **inList, PRInt32 *outSelection, PRBool *_retval)
{
nsresult rv;
@ -567,7 +565,6 @@ nsresult nsNetSupportDialog::Select(const PRUnichar *inDialogTitle, const PRUnic
*outSelection = selectedIndex;
return rv;
}
#endif
nsresult nsNetSupportDialog::ConstructBeforeJavaScript(nsIWebShell *aWebShell)
{

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

@ -3034,8 +3034,6 @@ NS_IMETHODIMP nsWebShellWindow::ConfirmCheckYN(const PRUnichar *text, const PRUn
return NS_ERROR_NOT_IMPLEMENTED;
}
#ifdef XP_MAC
#else
NS_IMETHODIMP nsWebShellWindow::Select( const PRUnichar *inDialogTitle, const PRUnichar* inMsg, PRUint32 inCount, const char **inList, PRInt32 *outSelection, PRBool *_retval)
{
nsresult rv;
@ -3054,7 +3052,6 @@ NS_IMETHODIMP nsWebShellWindow::Select( const PRUnichar *inDialogTitle, const PR
rv = dialog->Select(domWindow, inDialogTitle, inMsg, inCount,inList, outSelection, _retval);
return rv;
}
#endif
NS_IMETHODIMP nsWebShellWindow::Alert(const char *url, const PRUnichar *title, const PRUnichar *text)
{