# HG changeset patch # User Elliott Sales de Andrade # Date 1252013661 0 # Node ID 321dd2830061945c04ead33ca7996ad195e182bd # Parent 36a7950bba8fe217f987d0b57377e52cd9974ddf Remove an unused variable pointed out by WebcamWonder. diff -r 36a7950bba8f -r 321dd2830061 pidgin/gtkutils.c --- 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;