aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-08 23:55:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 19:09:56 +0800
commit1cbe27fc9f7be998703fba83f573906d7da15912 (patch)
tree8384ad0606b59c7a0008805f249b64385b3d89bc /libempathy/empathy-contact-list.c
parentb528f950eaf4283c54448d303c1acfbfd07d26a5 (diff)
downloadgsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar.gz
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar.bz2
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar.lz
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar.xz
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.tar.zst
gsoc2013-empathy-1cbe27fc9f7be998703fba83f573906d7da15912.zip
contact-list: remove flags
https://bugzilla.gnome.org/show_bug.cgi?id=663328
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 38d0a446a..3f24998fb 100644
--- a/libempathy/empathy-contact-list.c
+++ b/libempathy/empathy-contact-list.c
@@ -224,15 +224,3 @@ empathy_contact_list_remove_group (EmpathyContactList *list,
EMPATHY_CONTACT_LIST_GET_IFACE (list)->remove_group (list, group);
}
}
-
-EmpathyContactListFlags
-empathy_contact_list_get_flags (EmpathyContactList *list)
-{
- g_return_val_if_fail (EMPATHY_IS_CONTACT_LIST (list), 0);
-
- if (EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_flags) {
- return EMPATHY_CONTACT_LIST_GET_IFACE (list)->get_flags (list);
- } else {
- return 0;
- }
-}