aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contactinfo-utils.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-29 17:28:48 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commitd9f45de3b3da70e5d047313e0abb816d9f2fca3f (patch)
treedf76e046094a94a7bc77d0d17243521846f354ff /libempathy-gtk/empathy-contactinfo-utils.h
parent59d0c113fdf2e565f512c98334a1808cfd216fa9 (diff)
downloadgsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar.gz
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar.bz2
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar.lz
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar.xz
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.tar.zst
gsoc2013-empathy-d9f45de3b3da70e5d047313e0abb816d9f2fca3f.zip
contactinfo-utils: move create_channel_list_label to individual-widget
This removed the dependency of contactinfo-utils on empathy-request-util.h, so it's easier to move tp tp-account-widgets. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-contactinfo-utils.h')
-rw-r--r--libempathy-gtk/empathy-contactinfo-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.h b/libempathy-gtk/empathy-contactinfo-utils.h
index 64514f09d..91c3a529b 100644
--- a/libempathy-gtk/empathy-contactinfo-utils.h
+++ b/libempathy-gtk/empathy-contactinfo-utils.h
@@ -40,10 +40,6 @@ gint empathy_contact_info_field_cmp (TpContactInfoField *field1,
gint empathy_contact_info_field_spec_cmp (TpContactInfoFieldSpec *spec1,
TpContactInfoFieldSpec *spec2);
-GtkWidget * empathy_contact_info_create_channel_list_label (TpAccount *account,
- GList *info,
- guint row);
-
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */