[evolution/webkit: 95/100] Remove unused em_format_html_print_message() function
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 95/100] Remove unused em_format_html_print_message() function
- Date: Thu, 5 Jan 2012 16:22:06 +0000 (UTC)
commit 04e5ab4e13e3eda8be8f0703e2c4029dad55478e
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 98065af..f3e4490 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -565,22 +565,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]