diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-10 17:54:23 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-10 17:54:23 +0000 |
commit | 9cecda91ac7e563b14fdba9d9cd5feea3faccf69 (patch) | |
tree | 69851e0ba714e6355482cc8f76455fa9e5437883 /protocols/Tox/src/tox_contacts.cpp | |
parent | a5b1d360d298c6a81f09fa65a609736bc9b8fe52 (diff) |
Tox: cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_contacts.cpp')
-rw-r--r-- | protocols/Tox/src/tox_contacts.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp index a735903756..19c7e3c46b 100644 --- a/protocols/Tox/src/tox_contacts.cpp +++ b/protocols/Tox/src/tox_contacts.cpp @@ -359,8 +359,6 @@ void CToxProto::OnConnectionStatusChanged(Tox*, uint32_t friendNumber, TOX_CONNE FileTransferParam *transfer = new FileTransferParam(friendNumber, fileNumber, _T("avatar"), length);
transfer->pfts.hContact = hContact;
- transfer->pfts.flags |= PFTS_SENDING;
- //transfer->pfts.tszWorkingDir = fileDir;
transfer->hFile = hFile;
proto->transfers.Add(transfer);
}
|