From bb2d6be2fbca7891faf0e78121093b33af8f9e5c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 14 Jun 2013 09:43:28 -0400 Subject: em_utils_is_re_in_subject: Remove unused 'shell' parameter. --- mail/em-utils.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mail/em-utils.h') diff --git a/mail/em-utils.h b/mail/em-utils.h index c7ce5c90b4..e857b2665a 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -36,7 +36,6 @@ G_BEGIN_DECLS struct _EMailPartList; -struct _EShell; gboolean em_utils_ask_open_many (GtkWindow *parent, gint how_many); gboolean em_utils_prompt_user (GtkWindow *parent, const gchar *promptkey, const gchar *tag, ...); @@ -82,9 +81,8 @@ gchar *em_utils_url_unescape_amp (const gchar *url); void emu_restore_folder_tree_state (EMFolderTree *folder_tree); -gboolean em_utils_is_re_in_subject (struct _EShell *shell, - const gchar *subject, - gint *skip_len); +gboolean em_utils_is_re_in_subject (const gchar *subject, + gint *skip_len); G_END_DECLS -- cgit v1.2.3