diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-06 19:49:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-07 15:07:14 +0800 |
commit | c9a2ff7e6958751484c0080ccc7184df7ba7d4c3 (patch) | |
tree | d2edb0eb092b420c894c410bd564b86efd2f4bda /libempathy/empathy-utils.h | |
parent | 77ffbf2320b3bb35a86072814ffe02ec97463ba4 (diff) | |
download | gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar.gz gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar.bz2 gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar.lz gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar.xz gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.tar.zst gsoc2013-empathy-c9a2ff7e6958751484c0080ccc7184df7ba7d4c3.zip |
remove unused proxy hash and equal functions
https://bugzilla.gnome.org/show_bug.cgi?id=677545
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index a31ed34fc..088c39236 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -63,9 +63,6 @@ const gchar * empathy_presence_to_str (TpConnectionPresenceType presence); TpConnectionPresenceType empathy_presence_from_str (const gchar *str); gchar * empathy_file_lookup (const gchar *filename, const gchar *subdir); -gboolean empathy_proxy_equal (gconstpointer a, - gconstpointer b); -guint empathy_proxy_hash (gconstpointer key); gboolean empathy_check_available_state (void); gint empathy_uint_compare (gconstpointer a, gconstpointer b); |