From c35f14ab1d80cd75d7d020e9edb58c4ef3194d73 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 9 Mar 2009 16:08:24 -0400 Subject: [PATCH] Clean up in calltree --- sflphone-gtk/src/calltree.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sflphone-gtk/src/calltree.c b/sflphone-gtk/src/calltree.c index 9232a59759..7e064a9b7d 100644 --- a/sflphone-gtk/src/calltree.c +++ b/sflphone-gtk/src/calltree.c @@ -291,9 +291,6 @@ show_contacts_tab(GtkToggleToolButton *toggle_tool_button UNUSED, statusbar_push_message( msg , __MSG_ACCOUNT_DEFAULT); g_free(msg); - // do a synchronous search - //results = search_sync (gtk_entry_get_text(GTK_ENTRY(filter_entry)), 50); - // do an asynchronous search search_async (gtk_entry_get_text (GTK_ENTRY (filter_entry)), 50, &handler_async_search, NULL); } @@ -334,7 +331,6 @@ void create_new_entry_in_contactlist (gchar *contact_name, gchar *contact_phone, call_list_add (contacts, new_call); update_call_tree_add(contacts, new_call); } - } static void -- GitLab