diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:16 +0800 |
commit | 8cad69642ad84471f9c80b47cba5ec3697a4e56a (patch) | |
tree | 6d6e94c879ba349dee25e088e8bdfddf6e977dac /embed/ephy-embed.h | |
parent | 69481e1a7b0835dcc595320af2195fe4c8c35fb3 (diff) | |
download | gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.gz gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.zst gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.zip |
embed: remove ephy_embed_print.
And use the WebKit API directly.
svn path=/trunk/; revision=8309
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 2dddb985d..ec8b4db65 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -201,7 +201,6 @@ struct _EphyEmbedIface gboolean (* has_automatic_encoding) (EphyEmbed *embed); void (* set_encoding) (EphyEmbed *embed, const char *encoding); - void (* print) (EphyEmbed *embed); void (* set_print_preview_mode) (EphyEmbed *embed, gboolean mode); int (* print_preview_n_pages) (EphyEmbed *embed); @@ -340,8 +339,6 @@ void ephy_embed_set_encoding (EphyEmbed *embed, const char *encoding); /* Print */ -void ephy_embed_print (EphyEmbed *embed); - void ephy_embed_set_print_preview_mode (EphyEmbed *embed, gboolean preview_mode); |