aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-15 20:28:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-15 20:28:37 +0800
commit1dea0429cf1cc8cebbdea9ca6d2321496e48aebb (patch)
treec8c2cc5de6f15757ab29189733ec01a63f672ab4 /mail
parent3f39ab5f599a93af0ee6b8066a5a877472e5d66b (diff)
downloadgsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar.gz
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar.bz2
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar.lz
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar.xz
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.tar.zst
gsoc2013-evolution-1dea0429cf1cc8cebbdea9ca6d2321496e48aebb.zip
Remove em_utils_uids_free().
No longer used. We actually had this defined in two places.
Diffstat (limited to 'mail')
-rw-r--r--mail/em-utils.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 0c51d14351..08446c1eaf 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -159,23 +159,6 @@ em_utils_prompt_user (GtkWindow *parent,
return button == GTK_RESPONSE_YES;
}
-/**
- * em_utils_uids_free:
- * @uids: array of uids
- *
- * Frees the array of uids pointed to by @uids back to the system.
- **/
-void
-em_utils_uids_free (GPtrArray *uids)
-{
- gint i;
-
- for (i = 0; i < uids->len; i++)
- g_free (uids->pdata[i]);
-
- g_ptr_array_free (uids, TRUE);
-}
-
/* Editing Filters/Search Folders... */
static GtkWidget *filter_editor = NULL;