[evolution] Remove emu_remove_from_mail_cache_1().



commit cc2a65368c9e3e023860e9092a4d8bf3f9a18fce
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Feb 26 18:30:13 2013 -0500

    Remove emu_remove_from_mail_cache_1().
    
    No longer used.

 libemail-engine/e-mail-utils.c |   14 --------------
 libemail-engine/e-mail-utils.h |    1 -
 2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/libemail-engine/e-mail-utils.c b/libemail-engine/e-mail-utils.c
index f385067..c224115 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;
diff --git a/libemail-engine/e-mail-utils.h b/libemail-engine/e-mail-utils.h
index 9cde9ec..e42c475 100644
--- a/libemail-engine/e-mail-utils.h
+++ b/libemail-engine/e-mail-utils.h
@@ -59,7 +59,6 @@ ESource *     em_utils_ref_mail_identity_for_store
                                                (ESourceRegistry *registry,
                                                 CamelStore *store);
 void           emu_remove_from_mail_cache      (const GSList *addresses);
-void           emu_remove_from_mail_cache_1    (const gchar *address);
 void           emu_free_mail_cache             (GDestroyNotify done_cb,
                                                 gpointer user_data);
 void           em_utils_uids_free              (GPtrArray *uids);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]