From f9883d97b3a586663f85075206fe7e07b41ed366 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 3 Apr 2018 16:56:45 +0300 Subject: unneeded size fields removed --- protocols/Tox/src/tox_transfer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/Tox/src/tox_transfer.h') diff --git a/protocols/Tox/src/tox_transfer.h b/protocols/Tox/src/tox_transfer.h index 4c2feb1e68..0e72a4cf77 100644 --- a/protocols/Tox/src/tox_transfer.h +++ b/protocols/Tox/src/tox_transfer.h @@ -18,7 +18,6 @@ struct FileTransferParam this->fileNumber = fileNumber; transferNumber = (((int64_t)friendNumber) << 32) | ((int64_t)fileNumber); - pfts.cbSize = sizeof(PROTOFILETRANSFERSTATUS); pfts.flags = PFTS_UNICODE; pfts.hContact = NULL; pfts.totalFiles = 1; -- cgit v1.2.3