diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-14 01:17:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-14 01:17:53 +0800 |
commit | 9af13416f222189ce0a4006375740544d6965570 (patch) | |
tree | 155c238b4e5f6f2a674cbea4a7a9e32a145215f7 /libempathy | |
parent | dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8 (diff) | |
download | gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar.gz gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar.bz2 gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar.lz gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar.xz gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.tar.zst gsoc2013-empathy-9af13416f222189ce0a4006375740544d6965570.zip |
contact.h: remove empathy_contact_hash as it's not defined (#580254)
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-contact.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index d5525818b..2dd6bc0fb 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -103,7 +103,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_stream_tube (EmpathyContact *contact); -guint empathy_contact_hash (gconstpointer key); void empathy_contact_load_avatar_data (EmpathyContact *contact, const guchar *data, const gsize len, const gchar *format, |