diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-23 20:12:49 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-24 17:45:29 +0800 |
commit | 180d83485a0d10d8c45760852d8d588e20a7d3e2 (patch) | |
tree | 266acfb966092345122f44d3c0ad624ff2fa1bb7 /libempathy/empathy-contact.h | |
parent | 77646a2826689c6f171e5a80eb1cf4702b458494 (diff) | |
download | gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar.gz gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar.bz2 gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar.lz gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar.xz gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.tar.zst gsoc2013-empathy-180d83485a0d10d8c45760852d8d588e20a7d3e2.zip |
Remove EmpathyAvatar->token
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 3c144a379..e9b1c8697 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -114,7 +114,6 @@ GType empathy_avatar_get_type (void) G_GNUC_CONST; EmpathyAvatar * empathy_avatar_new (guchar *data, gsize len, gchar *format, - gchar *token, gchar *filename); EmpathyAvatar * empathy_avatar_ref (EmpathyAvatar *avatar); void empathy_avatar_unref (EmpathyAvatar *avatar); |