aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:15:53 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:15:53 +0800
commit21608abec6b897869c73009d5ffaf2e4a6a5bf90 (patch)
tree94828edeebb4964936e6fbc0a19926567e86f7fc /embed/ephy-embed.h
parent5aac39ff9672fb14e03ff33b99ab4853955a5592 (diff)
downloadgsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar.gz
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar.bz2
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar.lz
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar.xz
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.tar.zst
gsoc2013-epiphany-21608abec6b897869c73009d5ffaf2e4a6a5bf90.zip
embed: remove ephy_embed_go_back.
Use WebKit API directly. svn path=/trunk/; revision=8304
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index c5469db26..0fbd42ca9 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -174,7 +174,6 @@ struct _EphyEmbedIface
gboolean (* can_go_forward) (EphyEmbed *embed);
gboolean (* can_go_up) (EphyEmbed *embed);
GSList * (* get_go_up_list) (EphyEmbed *embed);
- void (* go_back) (EphyEmbed *embed);
void (* go_forward) (EphyEmbed *embed);
void (* go_up) (EphyEmbed *embed);
const char * (* get_title) (EphyEmbed *embed);
@@ -274,8 +273,6 @@ gboolean ephy_embed_can_go_up (EphyEmbed *embed);
GSList *ephy_embed_get_go_up_list (EphyEmbed *embed);
-void ephy_embed_go_back (EphyEmbed *embed);
-
void ephy_embed_go_forward (EphyEmbed *embed);
void ephy_embed_go_up (EphyEmbed *embed);