aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-03 22:29:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 19:09:55 +0800
commit79f856c788de8662f09cbfda08434a4081a1f593 (patch)
treec849ba4047a2377ede7f9d71d64eecd0438873ef /libempathy/empathy-contact-manager.h
parentfb2b5ea4bbbc4ac7a1a1353cb162ec2d4524eb17 (diff)
downloadgsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar.gz
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar.bz2
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar.lz
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar.xz
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.tar.zst
gsoc2013-empathy-79f856c788de8662f09cbfda08434a4081a1f593.zip
remove empathy_contact_manager_get_flags_for_connection()
https://bugzilla.gnome.org/show_bug.cgi?id=663328
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r--libempathy/empathy-contact-manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h
index 97e21464a..4d1493091 100644
--- a/libempathy/empathy-contact-manager.h
+++ b/libempathy/empathy-contact-manager.h
@@ -54,9 +54,6 @@ gboolean empathy_contact_manager_initialized (void);
EmpathyContactManager *empathy_contact_manager_dup_singleton (void);
EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager,
TpConnection *connection);
-EmpathyContactListFlags empathy_contact_manager_get_flags_for_connection (
- EmpathyContactManager *manager,
- TpConnection *connection);
G_END_DECLS