aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 5302f5b79c..c6ad7b0a4f 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -282,15 +282,6 @@ em_format_html_set_mark_citations(EMFormatHTML *emfh, int state, guint32 citatio
}
}
-void
-em_format_html_set_xmailer_mask(EMFormatHTML *emfh, unsigned int xmailer_mask)
-{
- if (emfh->xmailer_mask ^ xmailer_mask) {
- emfh->xmailer_mask = xmailer_mask;
- em_format_redraw((EMFormat *)emfh);
- }
-}
-
CamelMimePart *
em_format_html_file_part(EMFormatHTML *efh, const char *mime_type, const char *filename)
{