diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-15 16:34:23 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-15 16:34:23 +0800 |
commit | 00276359e926f4f1fba732534a0b47bec88371f5 (patch) | |
tree | 22a62c515b839fc4d56add2fd2b14e673320efc3 /embed/ephy-web-view.h | |
parent | d72eec43e48839540e349ce8986b300c34005414 (diff) | |
download | gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.gz gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.tar.zst gsoc2013-epiphany-00276359e926f4f1fba732534a0b47bec88371f5.zip |
ephy-web-view: make ephy_web_view_clear_history private
It's only used by the class itself now.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index d1888c8ee..d3e42293f 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -134,7 +134,6 @@ void ephy_web_view_load_url (EphyWebView const char *url); void ephy_web_view_copy_back_history (EphyWebView *source, EphyWebView *dest); -void ephy_web_view_clear_history (EphyWebView *view); gboolean ephy_web_view_is_loading (EphyWebView *view); const char * ephy_web_view_get_loading_title (EphyWebView *view); GdkPixbuf * ephy_web_view_get_icon (EphyWebView *view); |