diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-17 23:47:43 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-17 23:48:34 +0800 |
commit | 0b1ef3312f6804c934d2a210ba208e9e82180329 (patch) | |
tree | 53eccd84252b9bc4da51d0ebb45ab68a799da450 /embed/ephy-embed-private.h | |
parent | 009c7766067fb710ef87a82701ccc2c7125bf2c2 (diff) | |
download | gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar.gz gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar.bz2 gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar.lz gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar.xz gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.tar.zst gsoc2013-epiphany-0b1ef3312f6804c934d2a210ba208e9e82180329.zip |
ephy-web-view: remove ephy_web_view_is_loading_homepage()
It's unused and its usage is redundant with the
ephy_web_view_is_history_frozen()
https://bugzilla.gnome.org/show_bug.cgi?id=683796
Diffstat (limited to 'embed/ephy-embed-private.h')
-rw-r--r-- | embed/ephy-embed-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-private.h b/embed/ephy-embed-private.h index 080e560cf..8d342fe8c 100644 --- a/embed/ephy-embed-private.h +++ b/embed/ephy-embed-private.h @@ -66,7 +66,6 @@ GdkPixbuf * ephy_web_view_get_snapshot (EphyWebView int y, int width, int height); -gboolean ephy_web_view_is_loading_homepage (EphyWebView *view); char* ephy_web_view_normalize_or_autosearch_url (EphyWebView *view, const char *url); |