diff options
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index caa5c0f51c..12e2b5975c 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -74,7 +74,6 @@ #include <libedataserver/e-msgport.h> -#include "mail-component.h" #include "mail-config.h" #include "mail-mt.h" @@ -262,9 +261,6 @@ em_format_html_get_type(void) const char *base_directory = e_get_user_data_dir (); char *path; - /* Trigger creation of mail component. */ - mail_component_peek (); - efh_parent = g_type_class_ref(em_format_get_type()); type = g_type_register_static(em_format_get_type(), "EMFormatHTML", &info, 0); |