aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-06-17 17:17:51 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-06-17 17:17:51 +0800
commitd0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2 (patch)
treeaca0eabe2918f6fbf057018ca31731cbbfdccb5c /libempathy-gtk/empathy-contact-list-store.h
parentfdaa85ff7081f8e3c23984872cb72d585ee1d76b (diff)
downloadgsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar.gz
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar.bz2
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar.lz
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar.xz
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.tar.zst
gsoc2013-empathy-d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2.zip
Remove the treeview's build-in search function, we use the live search now.
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index b8008cadb..1760a0066 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -109,11 +109,6 @@ gchar * empathy_contact_list_store_get_parent_group (GtkTre
GtkTreePath *path,
gboolean *path_is_group,
gboolean *is_fake_group);
-gboolean empathy_contact_list_store_search_equal_func (GtkTreeModel *model,
- gint column,
- const gchar *key,
- GtkTreeIter *iter,
- gpointer search_data);
GdkPixbuf * contact_list_store_get_contact_status_icon ( EmpathyContactListStore *store,
EmpathyContact *contact);