summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_network.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-02-23 19:54:57 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-02-23 19:54:57 +0000
commit326215e3557c3fdd0595d585cb9f645edeffedb9 (patch)
tree6bc8d24eaf4966d47fcfea86493f3830beacc454 /protocols/Tox/src/tox_network.cpp
parenta142d261af1f740156898be29c3724b8a517a77a (diff)
Tox: group chats are disabled, untill it won't be rewritten in tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@12253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_network.cpp')
-rw-r--r--protocols/Tox/src/tox_network.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_network.cpp b/protocols/Tox/src/tox_network.cpp
index ac39e053ff..694d966753 100644
--- a/protocols/Tox/src/tox_network.cpp
+++ b/protocols/Tox/src/tox_network.cpp
@@ -97,7 +97,6 @@ void CToxProto::TryConnect()
debugLogA("CToxProto::PollingThread: successfuly connected to DHT");
ForkThread(&CToxProto::LoadFriendList, NULL);
- ForkThread(&CToxProto::LoadChatRoomList, NULL);
m_iStatus = m_iDesiredStatus;
ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)ID_STATUS_CONNECTING, m_iStatus);