aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libemail-engine/mail-mt.c')
-rw-r--r--libemail-engine/mail-mt.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libemail-engine/mail-mt.c b/libemail-engine/mail-mt.c
index 4cec5a8b6f..19ed41b0dc 100644
--- a/libemail-engine/mail-mt.c
+++ b/libemail-engine/mail-mt.c
@@ -33,10 +33,6 @@
/*#define MALLOC_CHECK*/
#define d(x)
-/* XXX This is a dirty hack on a dirty hack. We really need
- * to rework or get rid of the functions that use this. */
-const gchar *shell_builtin_backend = "mail";
-
static guint mail_msg_seq; /* sequence number of each message */
/* Table of active messages. Must hold mail_msg_lock to access. */
@@ -662,9 +658,3 @@ mail_call_main (mail_call_t type,
return ret;
}
-void
-mail_mt_set_backend (gchar *backend)
-{
- shell_builtin_backend = backend;
-}
-