summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
commitda9ae2242b65c735ccda30107cd2f8ee5a021948 (patch)
tree2e21dda585f7301915de0bc9f06e691a89ec874c /protocols
parent488a36ac6ae6d7f10db977550b38ac0dd0187a0f (diff)
minus one critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@12849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Tox/src/tox_core.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp
index 769383c9cb..cccccd224c 100644
--- a/protocols/Tox/src/tox_core.cpp
+++ b/protocols/Tox/src/tox_core.cpp
@@ -53,10 +53,10 @@ bool CToxProto::InitToxCore()
tox_callback_friend_status(tox, OnUserStatusChanged, this);
tox_callback_friend_connection_status(tox, OnConnectionStatusChanged, this);
// transfers
- tox_callback_file_recv_control(tox, OnFileRequest, this);
- tox_callback_file_recv(tox, OnFriendFile, this);
- tox_callback_file_recv_chunk(tox, OnFileReceiveData, this);
- tox_callback_file_chunk_request(tox, OnFileSendData, this);
+ // tox_callback_file_recv_control(tox, OnFileRequest, this);
+ // tox_callback_file_recv(tox, OnFriendFile, this);
+ // tox_callback_file_recv_chunk(tox, OnFileReceiveData, this);
+ // tox_callback_file_chunk_request(tox, OnFileSendData, this);
// group chats
//tox_callback_group_invite(tox, OnGroupChatInvite, this);
// a/v