diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-14 22:06:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-14 22:06:39 +0800 |
commit | f60986649aed9c2ce7dbd69db6a44d9c6ef87d9f (patch) | |
tree | 063a08464fdcf81469e47d093c48b020991604c9 /libemail-engine/mail-mt.h | |
parent | bb2d6be2fbca7891faf0e78121093b33af8f9e5c (diff) | |
download | gsoc2013-evolution-f60986649aed9c2ce7dbd69db6a44d9c6ef87d9f.tar.gz gsoc2013-evolution-f60986649aed9c2ce7dbd69db6a44d9c6ef87d9f.tar.zst gsoc2013-evolution-f60986649aed9c2ce7dbd69db6a44d9c6ef87d9f.zip |
Remove global "shell_builtin_backend" variable.
No longer used. Always nice to remove a dirty hack on a dirty hack.
Diffstat (limited to 'libemail-engine/mail-mt.h')
-rw-r--r-- | libemail-engine/mail-mt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libemail-engine/mail-mt.h b/libemail-engine/mail-mt.h index 03cea96398..3fd5819d0c 100644 --- a/libemail-engine/mail-mt.h +++ b/libemail-engine/mail-mt.h @@ -104,8 +104,6 @@ void mail_cancel_all (void); gchar *mail_get_password (CamelService *service, const gchar *prompt, gboolean secret, gboolean *cache); -void mail_mt_set_backend (gchar *backend); - /* Call a function in the GUI thread, wait for it to return, type is * the marshaller to use. FIXME This thing is horrible, please put * it out of its misery. */ |