aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-completion.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-completion.c')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-completion.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-completion.c b/addressbook/gui/component/select-names/e-select-names-completion.c
index 8bee374f90..8222ae86ad 100644
--- a/addressbook/gui/component/select-names/e-select-names-completion.c
+++ b/addressbook/gui/component/select-names/e-select-names-completion.c
@@ -543,13 +543,6 @@ book_query_score (ESelectNamesCompletion *comp, EDestination *dest)
}
static void
-hash_cleanup_fn (gpointer key, gpointer val, gpointer closure)
-{
- g_free (key);
- g_free (val);
-}
-
-static void
book_query_process_card_list (ESelectNamesCompletion *comp, const GList *cards)
{
while (cards) {