diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-09 21:07:35 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-09 21:07:35 +0800 |
commit | 93e3219c604cc97f1bdcd28e86ebaa0f511f4efb (patch) | |
tree | 7759fda3387153c8fc12c77195a1badb06d9b611 /libempathy | |
parent | 4047625966d7de345673f6e0603c7e45f2e7d747 (diff) | |
download | gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar.gz gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar.bz2 gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar.lz gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar.xz gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.tar.zst gsoc2013-empathy-93e3219c604cc97f1bdcd28e86ebaa0f511f4efb.zip |
contact_get_avatar_filename: remove unused priv pointer
Diffstat (limited to 'libempathy')
-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 ad51b3214..01087c19d 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -830,7 +830,6 @@ static gchar * contact_get_avatar_filename (EmpathyContact *contact, const gchar *token) { - EmpathyContactPriv *priv = GET_PRIV (contact); McAccount *account; gchar *avatar_path; gchar *avatar_file; |