From cd5a55f9812643109be6c2b0ed5d8f8ce655a4a9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 16 May 2013 13:06:56 -0400 Subject: em-format cleanups. --- modules/vcard-inline/evolution-module-vcard-inline.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/vcard-inline/evolution-module-vcard-inline.c') diff --git a/modules/vcard-inline/evolution-module-vcard-inline.c b/modules/vcard-inline/evolution-module-vcard-inline.c index 4e95aba312..bb1196e865 100644 --- a/modules/vcard-inline/evolution-module-vcard-inline.c +++ b/modules/vcard-inline/evolution-module-vcard-inline.c @@ -28,8 +28,6 @@ const gchar * g_module_check_init (GModule *module); G_MODULE_EXPORT void e_module_load (GTypeModule *type_module) { - /* Register dynamically loaded types. */ - e_mail_formatter_vcard_inline_type_register (type_module); e_mail_parser_vcard_inline_type_register (type_module); } -- cgit