From 8cad69642ad84471f9c80b47cba5ec3697a4e56a Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 29 Jun 2008 18:16:16 +0000 Subject: embed: remove ephy_embed_print. And use the WebKit API directly. svn path=/trunk/; revision=8309 --- embed/ephy-embed.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'embed/ephy-embed.h') 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); -- cgit v1.2.3