[evolution/webkit: 95/123] Remove unused em_format_html_print_message() function



commit 8f48290f8f026baad5bd509da5e77c0e9c37a45f
Author: Dan VrÃtil <dvratil redhat com>
Date:   Wed Jan 4 14:51:21 2012 +0100

    Remove unused em_format_html_print_message() function

 mail/em-format-html-print.c |   19 -------------------
 mail/em-format-html-print.h |    4 ----
 2 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index 8fb06c8..f968ede 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -568,22 +568,3 @@ em_format_html_print_new (EMFormatHTML *source)
 
 	return efhp;
 }
-
-void
-em_format_html_print_message (EMFormatHTMLPrint *efhp,
-                              CamelMimeMessage *message,
-                              CamelFolder *folder,
-                              const gchar *message_uid)
-{
-	g_return_if_fail (EM_IS_FORMAT_HTML_PRINT (efhp));
-	g_return_if_fail (CAMEL_IS_MIME_MESSAGE (message));
-
-	/* Wrap flags to display all entries by default.*/
-	EM_FORMAT_HTML (efhp)->header_wrap_flags |=
-		EM_FORMAT_HTML_HEADER_TO |
-		EM_FORMAT_HTML_HEADER_CC |
-		EM_FORMAT_HTML_HEADER_BCC;
-
-	/* FIXME Not passing a GCancellable here. */
-	em_format_parse ((EMFormat *) efhp, message, folder, NULL);
-}
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h
index 7d16fa9..d9fe1ff 100644
--- a/mail/em-format-html-print.h
+++ b/mail/em-format-html-print.h
@@ -60,10 +60,6 @@ struct _EMFormatHTMLPrintClass {
 GType		em_format_html_print_get_type	(void);
 EMFormatHTMLPrint *
 		em_format_html_print_new	(EMFormatHTML *source);
-void		em_format_html_print_message	(EMFormatHTMLPrint *efhp,
-						 CamelMimeMessage *message,
-						 CamelFolder *folder,
-						 const gchar *uid);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]