changeset 28544:321dd2830061

Remove an unused variable pointed out by WebcamWonder.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 03 Sep 2009 21:34:21 +0000
parents 36a7950bba8f
children dda434352a35
files pidgin/gtkutils.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Thu Sep 03 21:14:57 2009 +0000
+++ b/pidgin/gtkutils.c	Thu Sep 03 21:34:21 2009 +0000
@@ -1537,7 +1537,6 @@
 	GList *files = purple_uri_list_extract_filenames((const gchar *)sd->data);
 	PurpleConnection *gc = purple_account_get_connection(account);
 	PurplePluginProtocolInfo *prpl_info = NULL;
-	gboolean file_send_ok = FALSE;
 #ifndef _WIN32
 	PurpleDesktopItem *item;
 #endif
@@ -1554,9 +1553,6 @@
 		filename = files->data;
 		basename = g_path_get_basename(filename);
 
-		/* Set the default action: don't send anything */
-		file_send_ok = FALSE;
-
 		/* XXX - Make ft API support creating a transfer with more than one file */
 		if (!g_file_test(filename, G_FILE_TEST_EXISTS)) {
 			continue;