diff -r aede2f49264b -r e4b871b3655c 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;