aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-06 06:38:31 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:10 +0800
commitd974246473c9e511c01658f2c3f618755d6a514a (patch)
tree172a00249e757bf72122d11cc95667fc547d99f7 /mail/em-utils.h
parent8eebc3932b6940eeb19e10e3df1164c44626737c (diff)
downloadgsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar.gz
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar.bz2
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar.lz
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar.xz
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.tar.zst
gsoc2013-evolution-d974246473c9e511c01658f2c3f618755d6a514a.zip
Remove em_uri_from_camel() and em_uri_to_camel().
Functions are no longer used, or wanted.
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r--mail/em-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h
index 5ae9951a68..5787b4e290 100644
--- a/mail/em-utils.h
+++ b/mail/em-utils.h
@@ -77,10 +77,6 @@ void em_utils_empty_trash (GtkWidget *parent, EMailSession *session);
/* returns the folder name portion of an URI */
gchar *em_utils_folder_name_from_uri (const gchar *uri);
-/* internal/camel uri translation */
-gchar *em_uri_from_camel (const gchar *curi);
-gchar *em_uri_to_camel (const gchar *euri);
-
/* is this address in the addressbook? caches results */
gboolean em_utils_in_addressbook (CamelInternetAddress *addr, gboolean local_only);
CamelMimePart *em_utils_contact_photo (CamelInternetAddress *addr, gboolean local);