diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-27 07:30:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-27 23:59:55 +0800 |
commit | cc2a65368c9e3e023860e9092a4d8bf3f9a18fce (patch) | |
tree | 7565964736f8c2a785a49bb8b181b347995351db /libemail-engine/e-mail-utils.c | |
parent | a36a3f418155be6b30a5cb9c92426473d04c100b (diff) | |
download | gsoc2013-evolution-cc2a65368c9e3e023860e9092a4d8bf3f9a18fce.tar.gz gsoc2013-evolution-cc2a65368c9e3e023860e9092a4d8bf3f9a18fce.tar.zst gsoc2013-evolution-cc2a65368c9e3e023860e9092a4d8bf3f9a18fce.zip |
Remove emu_remove_from_mail_cache_1().
No longer used.
Diffstat (limited to 'libemail-engine/e-mail-utils.c')
-rw-r--r-- | libemail-engine/e-mail-utils.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libemail-engine/e-mail-utils.c b/libemail-engine/e-mail-utils.c index f385067caf..c224115b98 100644 --- a/libemail-engine/e-mail-utils.c +++ b/libemail-engine/e-mail-utils.c @@ -676,20 +676,6 @@ emu_remove_from_mail_cache (const GSList *addresses) g_object_unref (cia); } -void -emu_remove_from_mail_cache_1 (const gchar *address) -{ - GSList *l; - - g_return_if_fail (address != NULL); - - l = g_slist_append (NULL, (gpointer) address); - - emu_remove_from_mail_cache (l); - - g_slist_free (l); -} - struct FreeMailCacheData { GDestroyNotify done_cb; |