From e85b4c67372900013faa7793db0f7e664d5bca2e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 May 2020 12:35:27 +0300 Subject: fixes #2374 (Update libtox to 0.2.12) --- protocols/Tox/libtox/src/toxcore/Messenger.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'protocols/Tox/libtox/src/toxcore/Messenger.h') diff --git a/protocols/Tox/libtox/src/toxcore/Messenger.h b/protocols/Tox/libtox/src/toxcore/Messenger.h index 74c19e09c8..31526b631d 100644 --- a/protocols/Tox/libtox/src/toxcore/Messenger.h +++ b/protocols/Tox/libtox/src/toxcore/Messenger.h @@ -651,15 +651,6 @@ int file_seek(const Messenger *m, int32_t friendnumber, uint32_t filenumber, uin int file_data(const Messenger *m, int32_t friendnumber, uint32_t filenumber, uint64_t position, const uint8_t *data, uint16_t length); -/* Give the number of bytes left to be sent/received. - * - * send_receive is 0 if we want the sending files, 1 if we want the receiving. - * - * return number of bytes remaining to be sent/received on success - * return 0 on failure - */ -uint64_t file_dataremaining(const Messenger *m, int32_t friendnumber, uint8_t filenumber, uint8_t send_receive); - /** A/V related */ /* Set the callback for msi packets. -- cgit v1.2.3