diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-30 02:20:57 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-30 02:20:57 +0800 |
commit | a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893 (patch) | |
tree | 6888f4d92334f23ea1506697b1c4c2f92cd9f77d /libempathy/empathy-utils.c | |
parent | bb2d63c7d3964a3cd68e6667a19907aa72bb686b (diff) | |
download | gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar.gz gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar.bz2 gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar.lz gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar.xz gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.tar.zst gsoc2013-empathy-a5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893.zip |
Remove empathy_account_hash
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index fe54ce85a..1e1377a8d 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -227,14 +227,6 @@ empathy_xml_node_find_child_prop_value (xmlNodePtr node, return found; } -guint -empathy_account_hash (gconstpointer key) -{ - g_return_val_if_fail (EMPATHY_IS_ACCOUNT (key), 0); - - return g_str_hash (empathy_account_get_unique_name (EMPATHY_ACCOUNT (key))); -} - gboolean empathy_account_equal (gconstpointer a, gconstpointer b) |