Skip to content
Snippets Groups Projects
Commit 1acc0255 authored by rswindell's avatar rswindell
Browse files

Removed old unused code.

parent 90649e80
No related branches found
No related tags found
No related merge requests found
......@@ -762,10 +762,6 @@ bool sbbs_t::addtobatdl(file_t* f)
bputs(text[R_Download]);
return(false);
}
/***
sprintf(str,"%s%s",f->altpath>0 && f->altpath<=altpaths ? altpath[f->altpath-1]
: cfg.dir[f->dir]->path,unpadfname(f->name,tmp));
***/
for(i=0;i<batdn_total;i++) {
if(!strcmp(batdn_name[i],f->name) && f->dir==batdn_dir[i]) {
bprintf(text[FileAlreadyInQueue],f->name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment