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.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index b16a25e86..c3dff5b33 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -182,12 +182,6 @@ struct _EphyEmbedIface
void (* set_zoom) (EphyEmbed *embed,
float zoom);
float (* get_zoom) (EphyEmbed *embed);
- void (* find_set_properties) (EphyEmbed *embed,
- const char *search_string,
- gboolean case_sensitive,
- gboolean wrap_around);
- gboolean (* find_next) (EphyEmbed *embed,
- gboolean backwards);
char * (* get_encoding) (EphyEmbed *embed);
gboolean (* has_automatic_encoding) (EphyEmbed *embed);
void (* set_encoding) (EphyEmbed *embed,
@@ -273,15 +267,6 @@ void ephy_embed_set_zoom (EphyEmbed *embed,
float ephy_embed_get_zoom (EphyEmbed *embed);
-/* Find */
-void ephy_embed_find_set_properties (EphyEmbed *embed,
- const char *search_string,
- gboolean case_sensitive,
- gboolean wrap_around);
-
-gboolean ephy_embed_find_next (EphyEmbed *embed,
- gboolean backwards);
-
/* Encoding */
char *ephy_embed_get_encoding (EphyEmbed *embed);