From: Guillaume Desmottes Date: Tue, 9 Jun 2009 13:07:35 +0000 (+0100) Subject: contact_get_avatar_filename: remove unused priv pointer X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=93e3219c604cc97f1bdcd28e86ebaa0f511f4efb contact_get_avatar_filename: remove unused priv pointer --- diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index ad51b321..01087c19 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;