aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.h
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.h
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.h')
-rw-r--r--libempathy/empathy-contact-list.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index 8d2f445e1..3817af876 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -69,8 +69,6 @@ struct _EmpathyContactListIface {
const gchar *new_group);
void (*remove_group) (EmpathyContactList *list,
const gchar *group);
- EmpathyContactMonitor *
- (*get_monitor) (EmpathyContactList *list);
EmpathyContactListFlags
(*get_flags) (EmpathyContactList *list);
gboolean (*is_favourite) (EmpathyContactList *list,
@@ -104,8 +102,6 @@ void empathy_contact_list_rename_group (EmpathyContactList *list,
const gchar *new_group);
void empathy_contact_list_remove_group (EmpathyContactList *list,
const gchar *group);
-EmpathyContactMonitor *
- empathy_contact_list_get_monitor (EmpathyContactList *list);
EmpathyContactListFlags
empathy_contact_list_get_flags (EmpathyContactList *list);