diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-17 20:30:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-17 20:30:48 +0800 |
commit | 6f7683801e0a6ab4b10e5a6a5b4c65ddddce721e (patch) | |
tree | d87ba1fd4cf8fff30e19a7e56413dcc5fa3e699c /embed/ephy-web-view.h | |
parent | 8116867c05267353d8f93b3e280be48b9288e80d (diff) | |
download | gsoc2013-epiphany-6f7683801e0a6ab4b10e5a6a5b4c65ddddce721e.tar.gz gsoc2013-epiphany-6f7683801e0a6ab4b10e5a6a5b4c65ddddce721e.tar.zst gsoc2013-epiphany-6f7683801e0a6ab4b10e5a6a5b4c65ddddce721e.zip |
ephy-web-view: remove unused method
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 6b3559dcc..7539a9f25 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -166,7 +166,6 @@ void ephy_web_view_get_security_level (EphyWebView void ephy_web_view_show_page_certificate (EphyWebView *view); void ephy_web_view_show_print_preview (EphyWebView *view); void ephy_web_view_print (EphyWebView *view); -GSList * ephy_web_view_get_go_up_list (EphyWebView *view); void ephy_web_view_set_title (EphyWebView *view, const char *view_title); const char * ephy_web_view_get_title (EphyWebView *view); |