aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GlobalHistory.cpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index 352527dae..6be4c2a37 100644
--- a/embed/mozilla/GlobalHistory.cpp
+++ b/embed/mozilla/GlobalHistory.cpp
@@ -129,20 +129,7 @@ NS_IMETHODIMP MozGlobalHistory::SetPageTitle(nsIURI *aURI, const nsAString & aTi
/* void hidePage (in nsIURI url); */
NS_IMETHODIMP MozGlobalHistory::HidePage(nsIURI *aURI)
{
- NS_ENSURE_ARG (aURI);
-
- nsEmbedCString spec;
- aURI->GetSpec(spec);
-
- EphyNode *page;
- page = ephy_history_get_page (mGlobalHistory, spec.get());
-
- if (page)
- {
- ephy_node_unref (page);
- }
-
- return NS_OK;
+ return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removePage (in string aURL); */