aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-05-23 19:13:13 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-05-26 17:34:59 +0800
commit1ea03406fc359c1623909ff6705c9c67b0e0c30b (patch)
tree252682ece0b5fcbc093c5f7244957a83cea3f3ac /libempathy/empathy-contact-list.c
parenta9b78b0a3a5fe71e3119016c9f438d3897509bf8 (diff)
downloadgsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.gz
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.bz2
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.lz
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.xz
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.zst
gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.zip
Remove EmpathyContactMonitor, it is not used anymore
Fixes bug #619489
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 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)
{