diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-23 19:23:18 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-24 17:29:28 +0800 |
commit | c71c43c5756061e2e3d877aa47078140b518e3fa (patch) | |
tree | 85c17f99a204698d9f88ebf349b27fa5486b2f61 /libempathy/empathy-contact.h | |
parent | d2d137673a575a54d51a1501d243f852e6723ab2 (diff) | |
download | gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar.gz gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar.bz2 gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar.lz gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar.xz gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.tar.zst gsoc2013-empathy-c71c43c5756061e2e3d877aa47078140b518e3fa.zip |
Make empathy_contact_load_avatar_cache() private
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 1117d7f82..b6d5753d7 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -109,8 +109,6 @@ gboolean empathy_contact_can_voip_audio (EmpathyContact *contact); gboolean empathy_contact_can_voip_video (EmpathyContact *contact); gboolean empathy_contact_can_send_files (EmpathyContact *contact); gboolean empathy_contact_can_use_rfb_stream_tube (EmpathyContact *contact); -gboolean empathy_contact_load_avatar_cache (EmpathyContact *contact, - const gchar *token); #define EMPATHY_TYPE_AVATAR (empathy_avatar_get_type ()) |