aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-02-23 09:34:12 +0800
committerJames Willcox <jwillcox@src.gnome.org>2003-02-23 09:34:12 +0800
commit6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e (patch)
tree77896e11d323e4b5fe05f05edb7fb24089e7a930 /embed
parent16037b9975d309e1c615ebc473d3c2ba64675fde (diff)
downloadgsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar.gz
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar.bz2
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar.lz
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar.xz
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.tar.zst
gsoc2013-epiphany-6fb4ac671cbcfdd90fffb7752f3fdce8f80cc30e.zip
Adapt to API change in CVS mozilla.
2003-02-22 James Willcox <jwillcox@gnome.org> * embed/mozilla/GlobalHistory.cpp: Adapt to API change in CVS mozilla.
Diffstat (limited to 'embed')
-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)