diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-03-02 04:18:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-03-02 04:18:06 +0800 |
commit | 70e980e3b32b09be38bfbfd56c8f34ab6379ff3c (patch) | |
tree | 1727713a0d8a741bfd0bba4f61e688e3478c4690 /embed/ephy-embed.h | |
parent | 47ad1005ec007fc15b2ed83d78101a9785688afe (diff) | |
download | gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.gz gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.tar.zst gsoc2013-epiphany-70e980e3b32b09be38bfbfd56c8f34ab6379ff3c.zip |
Remove ephy_embed_has_automatic_encoding, it's unused now.
svn path=/trunk/; revision=8833
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 0b9c65149..bc41d93cb 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -190,7 +190,6 @@ struct _EphyEmbedIface void (* scroll_pixels) (EphyEmbed *embed, int dx, int dy); - gboolean (* has_automatic_encoding) (EphyEmbed *embed); void (* set_print_preview_mode) (EphyEmbed *embed, gboolean mode); int (* print_preview_n_pages) (EphyEmbed *embed); @@ -305,7 +304,6 @@ gboolean ephy_embed_get_is_blank (EphyEmbed *embed); const char * ephy_embed_get_loading_title (EphyEmbed *embed); gboolean ephy_embed_get_visibility (EphyEmbed *embed); -gboolean ephy_embed_has_automatic_encoding (EphyEmbed *embed); /* Print */ void ephy_embed_set_print_preview_mode (EphyEmbed *embed, |