aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-14 21:43:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-14 21:43:28 +0800
commitbb2d6be2fbca7891faf0e78121093b33af8f9e5c (patch)
tree610547a0b060a5f389258959bc4e4588c88c7f11 /mail/em-utils.c
parent9aca198838a55891b4aa28d522e106e77a6c39fb (diff)
downloadgsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.gz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.bz2
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.lz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.xz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.zst
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.zip
em_utils_is_re_in_subject: Remove unused 'shell' parameter.
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 7af920c048..5417cdefbe 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -1519,8 +1519,7 @@ check_prefix (const gchar *subject,
}
gboolean
-em_utils_is_re_in_subject (EShell *shell,
- const gchar *subject,
+em_utils_is_re_in_subject (const gchar *subject,
gint *skip_len)
{
GSettings *settings;
@@ -1528,7 +1527,6 @@ em_utils_is_re_in_subject (EShell *shell,
gboolean res;
gint ii;
- g_return_val_if_fail (shell != NULL, FALSE);
g_return_val_if_fail (subject != NULL, FALSE);
g_return_val_if_fail (skip_len != NULL, FALSE);