diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-28 18:20:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-28 18:20:10 +0800 |
commit | 9d3ed63884831f2db8956fe9a5d9d02a7291493f (patch) | |
tree | 054025480ff632a6f3c349d6440ce0f9d14cb812 /embed/ephy-web-view.h | |
parent | d4dfee4e39e3b4d7cebb6072b5eb478191eedc93 (diff) | |
download | gsoc2013-epiphany-9d3ed63884831f2db8956fe9a5d9d02a7291493f.tar.gz gsoc2013-epiphany-9d3ed63884831f2db8956fe9a5d9d02a7291493f.tar.zst gsoc2013-epiphany-9d3ed63884831f2db8956fe9a5d9d02a7291493f.zip |
ephy-web-view: get rid of 'ephy_web_view_get_location'
Nowhere in epiphany were we using the "get the non-toplevel location"
feature (which was broken anyway), so I think we should be able to
just use get_address everywhere.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 194e0faeb..1a64cff91 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -156,8 +156,6 @@ void ephy_web_view_set_typed_address (EphyWebView const char *address); gboolean ephy_web_view_get_is_blank (EphyWebView *view); gboolean ephy_web_view_has_modified_forms (EphyWebView *view); -char * ephy_web_view_get_location (EphyWebView *view, - gboolean toplevel); void ephy_web_view_get_security_level (EphyWebView *view, EphyWebViewSecurityLevel *level, char **description); |