aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
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.