aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-30 02:38:13 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-30 02:38:13 +0800
commit97d122d36a2e387ccdba9689052b0397bbe42a76 (patch)
tree11c26f3a385a00220ae289ab8d47b2ca7d5dd513 /libempathy/empathy-utils.h
parenta5a46b1dc612eb29b86f4bdfa3b3d80cb35f8893 (diff)
downloadgsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar.gz
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar.bz2
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar.lz
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar.xz
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.tar.zst
gsoc2013-empathy-97d122d36a2e387ccdba9689052b0397bbe42a76.zip
remove usage of empathy_account_equal
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 3ab4077f5..c6aebb4f2 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -62,8 +62,6 @@ xmlNodePtr empathy_xml_node_find_child_prop_value (xmlNodePtr node,
const gchar *prop_value);
/* Others */
-gboolean empathy_account_equal (gconstpointer a,
- gconstpointer b);
const gchar * empathy_presence_get_default_message (TpConnectionPresenceType presence);
const gchar * empathy_presence_to_str (TpConnectionPresenceType presence);
TpConnectionPresenceType empathy_presence_from_str (const gchar *str);