From 8a71509ee441e48215df9a9c3018214fe9a592ce Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 Jan 2013 18:31:11 -0500 Subject: Add a "settings" module. Collect all the "config" extensions from the "addressbook", "calendar", and "mail" modules into one place. These extensions typically just bind GObject properties of extensible classes to app-specific GSettings keys. --- modules/mail/evolution-module-mail.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/mail/evolution-module-mail.c') diff --git a/modules/mail/evolution-module-mail.c b/modules/mail/evolution-module-mail.c index fd2f5a3a58..fa2f14b2d2 100644 --- a/modules/mail/evolution-module-mail.c +++ b/modules/mail/evolution-module-mail.c @@ -33,11 +33,6 @@ #include "e-mail-shell-sidebar.h" #include "e-mail-shell-view.h" -#include "e-mail-config-format-html.h" -#include "e-mail-config-reader.h" -#include "e-mail-config-web-view.h" -#include "e-mail-config-web-view-gtkhtml.h" - #include "em-account-prefs.h" /* Module Entry Points */ @@ -60,11 +55,6 @@ e_module_load (GTypeModule *type_module) e_mail_shell_sidebar_type_register (type_module); e_mail_shell_view_register_type (type_module); - e_mail_config_format_html_type_register (type_module); - e_mail_config_reader_type_register (type_module); - e_mail_config_web_view_type_register (type_module); - e_mail_config_web_view_gtkhtml_type_register (type_module); - em_account_prefs_type_register (type_module); } -- cgit v1.2.3