aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/GlobalHistory.cpp9
1 files changed, 0 insertions, 9 deletions
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)