diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 66678e404..b0c9c77ed 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -242,8 +242,6 @@ struct EphyEmbedClass int *pos); gresult (* shistory_go_nth) (EphyEmbed *embed, int nth); - gboolean (* shistory_copy) (EphyEmbed *source, - EphyEmbed *dest); gresult (* get_security_level) (EphyEmbed *embed, EmbedSecurityLevel *level, char **description); @@ -351,9 +349,6 @@ gresult ephy_embed_shistory_get_pos (EphyEmbed *embed, gresult ephy_embed_shistory_go_nth (EphyEmbed *embed, int nth); -gboolean ephy_embed_shistory_copy (EphyEmbed *source, - EphyEmbed *dest); - /* Utils */ gresult ephy_embed_get_security_level (EphyEmbed *embed, |