]> git.0d.be Git - empathy.git/commitdiff
Remove dead code
authorXavier Claessens <xclaesse@gmail.com>
Tue, 17 Feb 2009 15:44:02 +0000 (16:44 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:11 +0000 (12:21 +0200)
libempathy-gtk/empathy-contact-widget.c

index 165d48b442a73b184967c51524aaba5200855a3c..fa9fdefebb86c8c52446f7d36880b2ffc7c6e057 100644 (file)
@@ -762,12 +762,10 @@ contact_widget_avatar_changed_cb (EmpathyAvatarChooser *chooser,
 {
   if (information->contact && empathy_contact_is_user (information->contact))
     {
-      McAccount *account;
       const gchar *data;
       gsize size;
       const gchar *mime_type;
 
-      account = empathy_contact_get_account (information->contact);
       empathy_avatar_chooser_get_image_data (
           EMPATHY_AVATAR_CHOOSER (information->widget_avatar),
           &data, &size, &mime_type);