diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-11 20:21:23 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-11 20:21:23 +0800 |
commit | 74dc983654efc24a3a5dcf03420502eacdb757ae (patch) | |
tree | 13c8f950763eb8c396ab0ab4373566b3b2c8ee49 /embed/ephy-web-view.h | |
parent | 91d4b52277f69b966147873528fbe985a024bffd (diff) | |
download | gsoc2013-epiphany-74dc983654efc24a3a5dcf03420502eacdb757ae.tar.gz gsoc2013-epiphany-74dc983654efc24a3a5dcf03420502eacdb757ae.tar.zst gsoc2013-epiphany-74dc983654efc24a3a5dcf03420502eacdb757ae.zip |
ephy-web-view: get rid of 'icon-address' property
Also redundant since we have the same thing in WebKitWebView now.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index bc48a600a..5ed358be7 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -174,8 +174,6 @@ const char * ephy_web_view_get_link_message (EphyWebView gboolean ephy_web_view_get_visibility (EphyWebView *view); void ephy_web_view_set_link_message (EphyWebView *view, char *link_message); -void ephy_web_view_load_icon (EphyWebView *view); -void ephy_web_view_load_icon (EphyWebView *view); void ephy_web_view_set_security_level (EphyWebView *view, EphyWebViewSecurityLevel level); void ephy_web_view_set_visibility (EphyWebView *view, @@ -202,7 +200,6 @@ void ephy_web_view_print_preview_navigate (EphyWebView 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_icon_address (EphyWebView *view); const char * ephy_web_view_get_title (EphyWebView *view); gboolean ephy_web_view_can_go_up (EphyWebView *view); const char * ephy_web_view_get_address (EphyWebView *view); @@ -211,8 +208,6 @@ const char * ephy_web_view_get_title_composite (EphyWebView /* These should be private */ void ephy_web_view_set_address (EphyWebView *embed, const char *address); -void ephy_web_view_set_icon_address (EphyWebView *view, - const char *address); void ephy_web_view_update_from_net_state (EphyWebView *view, const char *uri, EphyWebViewNetState state); |