diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/e-composer-private.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c index 0c3cce3512..e303b5ef14 100644 --- a/composer/e-composer-private.c +++ b/composer/e-composer-private.c @@ -18,8 +18,6 @@ #include "e-composer-private.h" #include "e-util/e-util-private.h" -#include "mail/e-mail-shell-module.h" - static void composer_setup_charset_menu (EMsgComposer *composer) { @@ -147,14 +145,6 @@ e_composer_private_init (EMsgComposer *composer) priv->header_table = g_object_ref (widget); gtk_widget_show (widget); - /* XXX We have to access the mail shell module directly for the - * benefit of other modules that spawn composer windows but - * don't link to the mail module. Need to work out a better - * inter-module messaging system, in lieu of Bonobo. D-Bus? */ - e_composer_header_table_set_folder_tree_model ( - E_COMPOSER_HEADER_TABLE (widget), - e_mail_shell_module_get_folder_tree_model (mail_shell_module)); - /* Construct attachment widgets. * XXX Move this stuff into a new custom widget. */ |