]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-store.h
remove EmpathyContactManager's test
[empathy.git] / libempathy-gtk / empathy-contact-list-store.h
index b8008cadb95fa72bf00320ef53c65cffef2f5583..8e773e6306dc860c7311f7bcdfccf8c2d5074309 100644 (file)
@@ -68,10 +68,6 @@ typedef enum {
        EMPATHY_CONTACT_LIST_STORE_COL_COUNT,
 } EmpathyContactListStoreCol;
 
-#define EMPATHY_CONTACT_LIST_STORE_UNGROUPED _("Ungrouped")
-#define EMPATHY_CONTACT_LIST_STORE_FAVORITE  _("Favorite People")
-#define EMPATHY_CONTACT_LIST_STORE_PEOPLE_NEARBY _("People Nearby")
-
 struct _EmpathyContactListStore {
        GtkTreeStore parent;
        gpointer priv;
@@ -109,11 +105,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);