aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-27 07:36:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-27 23:59:55 +0800
commit4a06e1bb633e392b049942ef28360d3830e78420 (patch)
tree6feec76d0ba79a9e1f75b7d4892ec839492a6fce /libemail-engine/e-mail-utils.h
parent667585134e2b248e3d93f2f55cdee86b71e5432f (diff)
downloadgsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar.gz
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar.bz2
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar.lz
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar.xz
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.tar.zst
gsoc2013-evolution-4a06e1bb633e392b049942ef28360d3830e78420.zip
Remove emu_free_mail_cache().
No longer needed, since the resources it frees are no longer used.
Diffstat (limited to 'libemail-engine/e-mail-utils.h')
-rw-r--r--libemail-engine/e-mail-utils.h2
1 files changed, 0 insertions, 2 deletions
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);