diff options
Diffstat (limited to 'mail/em-format-html-print.c')
-rw-r--r-- | mail/em-format-html-print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index d1e7dfb752..a600c5a48a 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -219,9 +219,6 @@ em_format_html_print_message (EMFormatHTMLPrint *efhp, EM_FORMAT_HTML_HEADER_CC | EM_FORMAT_HTML_HEADER_BCC; - em_format_html_load_images (EM_FORMAT_HTML (efhp)); - - if (efhp->async) { g_signal_connect ( efhp, "complete", G_CALLBACK (emfhp_complete), efhp); |