]> git.0d.be Git - empathy.git/commitdiff
Remove unused field hash from EmpathyContact
authorChandni Verma <chandniverma2112@gmail.com>
Sun, 3 Jun 2012 00:15:20 +0000 (05:45 +0530)
committerChandni Verma <chandniverma2112@gmail.com>
Sun, 3 Jun 2012 00:16:26 +0000 (05:46 +0530)
libempathy/empathy-contact.c

index 6b1a7157bf606e70b8e018b46086d03f77baeabd..960040d44017956a9137e0c9546d37256b621095 100644 (file)
@@ -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.