From 9cecda91ac7e563b14fdba9d9cd5feea3faccf69 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 10 Apr 2015 17:54:23 +0000 Subject: Tox: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@12750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_avatars.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Tox/src/tox_avatars.cpp') diff --git a/protocols/Tox/src/tox_avatars.cpp b/protocols/Tox/src/tox_avatars.cpp index bc683bf0f6..fb37813e26 100644 --- a/protocols/Tox/src/tox_avatars.cpp +++ b/protocols/Tox/src/tox_avatars.cpp @@ -95,8 +95,6 @@ void CToxProto::SetToxAvatar(std::tstring path, bool checkHash) FileTransferParam *transfer = new FileTransferParam(friendNumber, fileNumber, _T("avatar"), length); transfer->pfts.hContact = hContact; - transfer->pfts.flags |= PFTS_SENDING; - //transfer->pfts.tszWorkingDir = fileDir; transfer->hFile = _tfopen(path.c_str(), L"rb"); transfers.Add(transfer); } -- cgit v1.2.3