aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-completion.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-03 22:40:21 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-03 22:40:21 +0800
commit4b9d93c6b873f5551865ad875de7e08662b624fb (patch)
tree47008fbcf70129d5eaccf63c645ae7d711bee78e /addressbook/gui/component/select-names/e-select-names-completion.c
parent4d2170603714dc34ea1c051b23340e81fd911159 (diff)
downloadgsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar.gz
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar.bz2
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar.lz
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar.xz
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.tar.zst
gsoc2013-evolution-4b9d93c6b873f5551865ad875de7e08662b624fb.zip
Fixed warnings here.
2001-08-03 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (addressbook_factory_new_control): Fixed warnings here. * gui/component/select-names/e-select-names-completion.c (hash_cleanup_fn): Removed this unused function. svn path=/trunk/; revision=11613
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) {