Removed some unneeded assignments.

svn path=/trunk/; revision=36778
This commit is contained in:
Stig Bjørlykke 2011-04-21 20:44:56 +00:00
parent 9be16e49c4
commit b3a36e585e

View file

@ -243,7 +243,6 @@ find_incoming_file(GSList *GSL_active_files,active_file *incoming_file)
active_file *in_list_file;
row=-1;
i=0;
last=g_slist_length(GSL_active_files)-1;
/* We lookup in reverse order because it is more likely that the file
@ -461,7 +460,6 @@ eo_smb_cb(GtkWidget *widget _U_, gpointer data _U_)
}
g_slist_free(GSL_active_files);
GSL_active_files=NULL;
i=g_slist_length(GSL_active_files);
}
/* Initialize the tree */