Mercurial > pidgin
changeset 32657:bf292bb5657e
Remove unused variable.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 13 Feb 2011 07:39:13 +0000 |
parents | a053474df2e9 |
children | ea07a6230b57 |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkutils.c Sun Feb 13 07:38:19 2011 +0000 +++ b/pidgin/gtkutils.c Sun Feb 13 07:39:13 2011 +0000 @@ -681,8 +681,6 @@ if (facebook_name && strcmp(facebook_name, plugin->info->name) < 0) { char *filename = g_build_filename(DATADIR, "pixmaps", "pidgin", "protocols", "16", "facebook.png", NULL); - GtkWidget *item; - pixbuf = gdk_pixbuf_new_from_file(filename, NULL); g_free(filename);