diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 21:37:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 21:37:36 +0800 |
commit | ba0032efa85d65135926790761bdcf04a2ac849e (patch) | |
tree | f961de9aa7c311f69004d80b0adf54b84fcf7765 /mail/mail-tools.h | |
parent | c6e6588fb75373ab193b7d8927ac663aad4b39ab (diff) | |
download | gsoc2013-evolution-ba0032efa85d65135926790761bdcf04a2ac849e.tar.gz gsoc2013-evolution-ba0032efa85d65135926790761bdcf04a2ac849e.tar.zst gsoc2013-evolution-ba0032efa85d65135926790761bdcf04a2ac849e.zip |
Remove unused mail_tools_x_evolution_message_parse()
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r-- | mail/mail-tools.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h index e746e9f5ec..21d3510300 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -58,8 +58,6 @@ CamelFolder * mail_tool_uri_to_folder (const gchar *uri, GHashTable *mail_lookup_url_table (CamelMimeMessage *mime_message); -CamelFolder *mail_tools_x_evolution_message_parse (gchar *in, guint inlen, GPtrArray **uids); - gchar *mail_tools_folder_to_url (CamelFolder *folder); #endif |