yanked some function redefinitions if NECKO was defined

git-svn-id: svn://10.0.0.236/trunk@39534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
1999-07-15 15:17:43 +00:00
parent 89ad99a0be
commit af0c97cc01
3 changed files with 6 additions and 0 deletions

View File

@@ -734,6 +734,7 @@ nsIContentViewer *viewer;
* See documentation above in the DocumentViewerImpl class definition
* @update 07/09/99 dwc
*/
#ifndef NECKO
NS_IMETHODIMP
DocumentViewerImpl::OnStartURLLoad(nsIDocumentLoader* loader, nsIURI* aURL, const char* aContentType,nsIContentViewer* aViewer)
{
@@ -774,6 +775,7 @@ nsresult rv;
return NS_OK;
}
#endif // NECKO
NS_IMETHODIMP