mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
removed status member from FileDetails. Not used => misleading
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
607458dad7
commit
3add068cdd
2 changed files with 2 additions and 3 deletions
|
@ -75,7 +75,7 @@ bool ftFileProvider::FileDetails(FileInfo &info)
|
|||
|
||||
info.transfered = 0 ; // unused
|
||||
info.lastTS = 0;
|
||||
info.status = FT_STATE_DOWNLOADING ;
|
||||
info.downloadStatus = FT_STATE_DOWNLOADING ;
|
||||
|
||||
info.peers.clear() ;
|
||||
float total_transfer_rate = 0.0f ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue