aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2012-06-03 08:15:20 +0800
committerChandni Verma <chandniverma2112@gmail.com>2012-06-03 08:16:26 +0800
commite1f08e59638e1df92cf55cb83cc5009d6c4f2587 (patch)
tree2296834c3c8b0890274bcb2b4de8753473964091 /libempathy
parent1453386a3b3766aa7a781b05b8416ee3791dbc89 (diff)
downloadgsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar.gz
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar.bz2
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar.lz
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar.xz
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.tar.zst
gsoc2013-empathy-e1f08e59638e1df92cf55cb83cc5009d6c4f2587.zip
Remove unused field hash from EmpathyContact
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index 6b1a7157b..960040d44 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -59,7 +59,6 @@ typedef struct {
guint handle;
EmpathyCapabilities capabilities;
gboolean is_user;
- guint hash;
/* Location is composed of string keys and GValues.
* Example: a "city" key would have "Helsinki" as string GValue,
* a "latitude" would have 65.0 as double GValue.