summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox/tox.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-25 18:32:33 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-25 18:32:33 +0000
commit0a776a22a99c20a23763aac28209a00a36126b7b (patch)
tree57f77054ea993310d92c54448f2896d008a9800c /protocols/Tox/src/tox/tox.h
parent9afd590f4fd860d3d023203137129c8870bb8579 (diff)
Tox:
- updated tox core - fixdd contacts adding - some code for file sending git-svn-id: http://svn.miranda-ng.org/main/trunk@10320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox/tox.h')
-rw-r--r--protocols/Tox/src/tox/tox.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Tox/src/tox/tox.h b/protocols/Tox/src/tox/tox.h
index c9a6bc709c..5810c1289c 100644
--- a/protocols/Tox/src/tox/tox.h
+++ b/protocols/Tox/src/tox/tox.h
@@ -267,11 +267,6 @@ int tox_set_user_is_typing(Tox *tox, int32_t friendnumber, uint8_t is_typing);
*/
uint8_t tox_get_is_typing(const Tox *tox, int32_t friendnumber);
-/* Sets whether we send read receipts for friendnumber.
- * This function is not lazy, and it will fail if yesno is not (0 or 1).
- */
-void tox_set_sends_receipts(Tox *tox, int32_t friendnumber, int yesno);
-
/* Return the number of friends in the instance m.
* You should use this to determine how much memory to allocate
* for copy_friendlist. */