comparison src/gtk/transfer.c @ 865:1fae947d4418

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/local.c lib/protocols.c lib/rfc959.c lib/sshv2.c src/gtk/gftp-gtk.c src/gtk/transfer.c src/uicommon/gftpui.c - removed unused variables
author masneyb
date Sat, 23 Dec 2006 19:44:19 +0000
parents 885038cb945b
children 2d4e6fca8e7c
comparison
equal deleted inserted replaced
864:c71bc7d32ce5 865:1fae947d4418
974 void 974 void
975 skip_transfer (gpointer data) 975 skip_transfer (gpointer data)
976 { 976 {
977 gftpui_common_curtrans_data * transdata; 977 gftpui_common_curtrans_data * transdata;
978 GtkCTreeNode * node; 978 GtkCTreeNode * node;
979 gftp_file * curfle;
980 char *file;
981 979
982 if (GTK_CLIST (dlwdw)->selection == NULL) 980 if (GTK_CLIST (dlwdw)->selection == NULL)
983 { 981 {
984 ftp_log (gftp_logging_error, NULL, 982 ftp_log (gftp_logging_error, NULL,
985 _("There are no file transfers selected\n")); 983 _("There are no file transfers selected\n"));