pidgin/ljfisher-ssl-client-auth

Remove unused variable.
cpw.qulogic.gtk3
2011-02-13, Elliott Sales de Andrade
76f31ce24022
Parents c215bc5d85e4
Children be4a642b2d45
Remove unused variable.
--- 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);