From 6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e Mon Sep 17 00:00:00 2001 From: James Willcox Date: Sun, 23 Feb 2003 01:34:12 +0000 Subject: Adapt to API change in CVS mozilla. 2003-02-22 James Willcox * embed/mozilla/GlobalHistory.cpp: Adapt to API change in CVS mozilla. --- embed/mozilla/GlobalHistory.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'embed/mozilla') diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 8507ad7e9..a6d95970a 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -149,15 +149,6 @@ NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(const char *url) return NS_ERROR_NOT_IMPLEMENTED; } -/* Described by mozilla.org as a temporary ugly hack. We will never need to - * implement it. It is here to allow compilation. - */ -/* void outputReferrerURL (in string aURL, in string aReferrer); */ -NS_IMETHODIMP MozGlobalHistory::OutputReferrerURL(const char *aURL, const char *aReferrer) -{ - return NS_ERROR_NOT_IMPLEMENTED; -} - NS_DEF_FACTORY (MozGlobalHistory, MozGlobalHistory); nsresult NS_NewGlobalHistoryFactory(nsIFactory** aFactory) -- cgit v1.2.3