From 67869e50ff885ea10280447edbe6ee22520e26cb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Nov 2011 14:16:15 +0100 Subject: remove old school get_all_groups https://bugzilla.gnome.org/show_bug.cgi?id=665121 --- libempathy/empathy-contact-list.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libempathy/empathy-contact-list.c') diff --git a/libempathy/empathy-contact-list.c b/libempathy/empathy-contact-list.c index 3f24998fb..b80071c53 100644 --- a/libempathy/empathy-contact-list.c +++ b/libempathy/empathy-contact-list.c @@ -145,18 +145,6 @@ empathy_contact_list_get_pendings (EmpathyContactList *list) return NULL; } -GList * -empathy_contact_list_get_all_groups (EmpathyContactList *list) -{ - g_return_val_if_fail (EMPATHY_IS_CONTACT_LIST (list), NULL); - - if (EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_all_groups) { - return EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_all_groups (list); - } - - return NULL; -} - GList * empathy_contact_list_get_groups (EmpathyContactList *list, EmpathyContact *contact) -- cgit v1.2.3