diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 22:06:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 22:06:15 +0800 |
commit | c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e (patch) | |
tree | 7b186c12ac5540ced1712fd678b7d19713427d1d /modules/mail/e-mail-shell-backend.h | |
parent | f425fdc8e2a68fe6fece41ee0684ced30cebc1ed (diff) | |
download | gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar.gz gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar.bz2 gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar.lz gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar.xz gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.tar.zst gsoc2013-evolution-c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e.zip |
Kill the global EMailShellBackend variable. Yay!
Diffstat (limited to 'modules/mail/e-mail-shell-backend.h')
-rw-r--r-- | modules/mail/e-mail-shell-backend.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/mail/e-mail-shell-backend.h b/modules/mail/e-mail-shell-backend.h index 4bc1a36706..73ef10e75b 100644 --- a/modules/mail/e-mail-shell-backend.h +++ b/modules/mail/e-mail-shell-backend.h @@ -63,13 +63,6 @@ struct _EMailShellBackendClass { EShellBackendClass parent_class; }; -/* Globally available shell backend. - * - * XXX I don't like having this globally available but passing it around - * to all the various utilities that need to access the backend's data - * directory is too much of a pain for now. */ -extern EMailShellBackend *global_mail_shell_backend; - GType e_mail_shell_backend_get_type (void); void e_mail_shell_backend_register_type (GTypeModule *type_module); |