aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c17
-rw-r--r--embed/ephy-web-view.h1
2 files changed, 0 insertions, 18 deletions
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);