aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-05 19:25:29 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-10-05 19:25:29 +0800
commit2acfc164bf9a1adb92e7cbb64328218132cce940 (patch)
tree6c245f25f7bc279e16c86604bfe89a7a6000af78
parentc168aa58726f74d6df293ebbe18b62d4585a7017 (diff)
downloadgsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar.gz
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar.bz2
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar.lz
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar.xz
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.tar.zst
gsoc2013-empathy-2acfc164bf9a1adb92e7cbb64328218132cce940.zip
remove empathy_tp_contact_list_can_add from header; function has been removed
-rw-r--r--libempathy/empathy-tp-contact-list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-list.h b/libempathy/empathy-tp-contact-list.h
index 0167b6a69..071fc0b91 100644
--- a/libempathy/empathy-tp-contact-list.h
+++ b/libempathy/empathy-tp-contact-list.h
@@ -51,7 +51,6 @@ struct _EmpathyTpContactListClass {
GType empathy_tp_contact_list_get_type (void) G_GNUC_CONST;
EmpathyTpContactList * empathy_tp_contact_list_new (TpConnection *connection);
TpConnection * empathy_tp_contact_list_get_connection (EmpathyTpContactList *list);
-gboolean empathy_tp_contact_list_can_add (EmpathyTpContactList *list);
void empathy_tp_contact_list_remove_all (EmpathyTpContactList *list);
G_END_DECLS