diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-03-06 19:53:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-03-06 19:53:38 +0800 |
commit | d52c71d79c61ae1050d47e4b4ed6cf3b11f69637 (patch) | |
tree | ff50f7be45402726a72dd643bc4b2c34cfb56910 /libempathy/empathy-message.h | |
parent | bacf321f6dbb7ebea20afa70e21dc7d6b5593506 (diff) | |
download | gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar.gz gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar.bz2 gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar.lz gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar.xz gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.tar.zst gsoc2013-empathy-d52c71d79c61ae1050d47e4b4ed6cf3b11f69637.zip |
Remove unused empathy_message_get_unique_id
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2621
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r-- | libempathy/empathy-message.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index 2e70eea66..280150923 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -75,8 +75,6 @@ const gchar * empathy_message_type_to_str (TpChannelTextMessage guint empathy_message_get_id (EmpathyMessage *message); void empathy_message_set_id (EmpathyMessage *message, guint id); -gchar * empathy_message_get_unique_id (EmpathyMessage *message); - gboolean empathy_message_equal (EmpathyMessage *message1, EmpathyMessage *message2); G_END_DECLS |