From 8625eda8bc1871e9f36253a01b9378eb1e5aaf90 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Mon, 2 Mar 2009 01:34:54 +0000 Subject: Revert evolution revision 37063 (workaround for bug 563867). 2009-03-02 Matt McCutchen * evolution/mail/em-folder-view.c: * evolution/mail/em-utils.c: * evolution/mail/em-utils.h: * evolution/mail/em-popup.c: Revert evolution revision 37063 (workaround for bug 563867). ** Part of the fix for bug #549838 svn path=/trunk/; revision=37350 --- mail/em-utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/em-utils.h') diff --git a/mail/em-utils.h b/mail/em-utils.h index e2f89fc2d6..d64c411a5f 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -117,9 +117,6 @@ const char *em_utils_snoop_type(struct _CamelMimePart *part); /* clears flag 'get_password_canceled' at every known accounts, so if needed, get_password will show dialog */ void em_utils_clear_get_password_canceled_accounts_flag (void); -/* Unescapes & back to a real & in URIs */ -gchar *em_utils_url_unescape_amp (const gchar *url); - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit