From 4a06e1bb633e392b049942ef28360d3830e78420 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 26 Feb 2013 18:36:56 -0500 Subject: Remove emu_free_mail_cache(). No longer needed, since the resources it frees are no longer used. --- libemail-engine/e-mail-utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libemail-engine/e-mail-utils.h') diff --git a/libemail-engine/e-mail-utils.h b/libemail-engine/e-mail-utils.h index 20a5ee0512..95a6bc62ce 100644 --- a/libemail-engine/e-mail-utils.h +++ b/libemail-engine/e-mail-utils.h @@ -58,8 +58,6 @@ ESource * em_utils_guess_mail_identity_with_recipients ESource * em_utils_ref_mail_identity_for_store (ESourceRegistry *registry, CamelStore *store); -void emu_free_mail_cache (GDestroyNotify done_cb, - gpointer user_data); void em_utils_uids_free (GPtrArray *uids); gboolean em_utils_is_local_delivery_mbox_file (CamelURL *url); -- cgit