aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 21:16:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 21:24:17 +0800
commit67869e50ff885ea10280447edbe6ee22520e26cb (patch)
treeb26375d504fe358461175d47ba836384e2ade2bb /libempathy/empathy-contact-list.c
parent4532530cec308a87223f46cd3724c1868849937f (diff)
downloadgsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.gz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.bz2
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.lz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.xz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.zst
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.zip
remove old school get_all_groups
https://bugzilla.gnome.org/show_bug.cgi?id=665121
Diffstat (limited to 'libempathy/empathy-contact-list.c')
-rw-r--r--libempathy/empathy-contact-list.c12
1 files changed, 0 insertions, 12 deletions
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
@@ -146,18 +146,6 @@ empathy_contact_list_get_pendings (EmpathyContactList *list)
}
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)
{