diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2012-06-03 08:15:20 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2012-06-03 08:16:26 +0800 |
commit | e1f08e59638e1df92cf55cb83cc5009d6c4f2587 (patch) | |
tree | 2296834c3c8b0890274bcb2b4de8753473964091 /libempathy/empathy-contact.c | |
parent | 1453386a3b3766aa7a781b05b8416ee3791dbc89 (diff) | |
download | gsoc2013-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/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 1 |
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. |