aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 8a03b501b..b419cea96 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -184,9 +184,6 @@ struct _EphyEmbedIface
EphyEmbedSecurityLevel *level,
char **description);
void (* show_page_certificate) (EphyEmbed *embed);
- void (* set_zoom) (EphyEmbed *embed,
- float zoom);
- float (* get_zoom) (EphyEmbed *embed);
void (* scroll_lines) (EphyEmbed *embed,
int num_lines);
void (* scroll_pages) (EphyEmbed *embed,
@@ -270,12 +267,6 @@ void ephy_embed_get_security_level (EphyEmbed *embed,
void ephy_embed_show_page_certificate (EphyEmbed *embed);
-/* Zoom */
-void ephy_embed_set_zoom (EphyEmbed *embed,
- float zoom);
-
-float ephy_embed_get_zoom (EphyEmbed *embed);
-
/* Scroll */
void ephy_embed_scroll (EphyEmbed *embed,
int num_lines);