aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-11 22:54:39 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-11 22:54:39 +0800
commit85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9 (patch)
treefd24d5a352705f531f029f3b2b042114c0eaa0ea
parent459bebb428dda92619ad15562b5897b52043900d (diff)
downloadgsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar.gz
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar.bz2
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar.lz
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar.xz
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.tar.zst
gsoc2013-epiphany-85ea3a2ebb60e88c0bdc3c7e0d1f49c9b3e1cfc9.zip
ephy-web-view: remove unused and unimplemented method
-rw-r--r--doc/reference/epiphany-sections.txt1
-rw-r--r--embed/ephy-web-view.c17
-rw-r--r--embed/ephy-web-view.h1
3 files changed, 0 insertions, 19 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
index 345ab86f2..6a5d47191 100644
--- a/doc/reference/epiphany-sections.txt
+++ b/doc/reference/epiphany-sections.txt
@@ -17,7 +17,6 @@ ephy_web_view_get_document_type
ephy_web_view_get_go_up_list
ephy_web_view_get_icon
ephy_web_view_get_is_blank
-ephy_web_view_get_js_status
ephy_web_view_get_link_message
ephy_web_view_get_loading_title
ephy_web_view_get_location
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index f45f58e26..102ac2424 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -3231,23 +3231,6 @@ ephy_web_view_go_up (EphyWebView *view)
}
/**
- * ephy_web_view_get_js_status:
- * @view: an #EphyWebView
- *
- * Displays the message JavaScript is attempting to display in the statusbar.
- *
- * Note that Epiphany does not display JavaScript statusbar messages.
- *
- * Return value: a message from JavaScript meant to be displayed in the
- * statusbar
- **/
-char *
-ephy_web_view_get_js_status (EphyWebView *view)
-{
- return NULL;
-}
-
-/**
* ephy_web_view_get_security_level:
* @view: an #EphyWebView
* @level: (out): return value of security level
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index a92c43646..de0392187 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -160,7 +160,6 @@ gboolean ephy_web_view_has_modified_forms (EphyWebView
char * ephy_web_view_get_location (EphyWebView *view,
gboolean toplevel);
void ephy_web_view_go_up (EphyWebView *view);
-char * ephy_web_view_get_js_status (EphyWebView *view);
void ephy_web_view_get_security_level (EphyWebView *view,
EphyWebViewSecurityLevel *level,
char **description);