From 1ea03406fc359c1623909ff6705c9c67b0e0c30b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 23 May 2010 13:13:13 +0200 Subject: Remove EmpathyContactMonitor, it is not used anymore Fixes bug #619489 --- 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 0a3d361d4..5cbe1cb15 100644 --- a/libempathy/empathy-contact-list.c +++ b/libempathy/empathy-contact-list.c @@ -143,18 +143,6 @@ empathy_contact_list_get_members (EmpathyContactList *list) return NULL; } -EmpathyContactMonitor * -empathy_contact_list_get_monitor (EmpathyContactList *list) -{ - g_return_val_if_fail (EMPATHY_IS_CONTACT_LIST (list), NULL); - - if (EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_monitor) { - return EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_monitor (list); - } - - return NULL; -} - GList * empathy_contact_list_get_pendings (EmpathyContactList *list) { -- cgit v1.2.3