aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:16:16 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:16:16 +0800
commit8cad69642ad84471f9c80b47cba5ec3697a4e56a (patch)
tree6d6e94c879ba349dee25e088e8bdfddf6e977dac /embed/ephy-embed.c
parent69481e1a7b0835dcc595320af2195fe4c8c35fb3 (diff)
downloadgsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar
gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.gz
gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.bz2
gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.lz
gsoc2013-epiphany-8cad69642ad84471f9c80b47cba5ec3697a4e56a.tar.xz
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.c')
-rw-r--r--embed/ephy-embed.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index f6bc66987..29d7a0859 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -724,20 +724,6 @@ ephy_embed_has_automatic_encoding (EphyEmbed *embed)
}
/**
- * ephy_embed_print:
- * @embed: an #EphyEmbed
- *
- * Sends a document to the printer.
- *
- **/
-void
-ephy_embed_print (EphyEmbed *embed)
-{
- EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
- iface->print (embed);
-}
-
-/**
* ephy_embed_set_print_preview_mode:
* @embed: an #EphyEmbed
* @preview_mode: Whether the print preview mode is enabled.