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 /mail | |
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 'mail')
-rw-r--r-- | mail/em-utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index 5417cdefbe..103ed62b1a 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -62,10 +62,6 @@ #include "em-utils.h" #include "e-mail-printer.h" -/* XXX This is a dirty hack on a dirty hack. We really need - * to rework or get rid of the functions that use this. */ -extern const gchar *shell_builtin_backend; - /* How many is too many? */ /* Used in em_util_ask_open_many() */ #define TOO_MANY 10 |