[evolution/webkit: 95/182] 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/182] Remove unused em_format_html_print_message() function
- Date: Tue, 6 Mar 2012 16:16:41 +0000 (UTC)
commit 9ada1c5882facbc6cf520b0566ce8ed981986139
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]