summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_chatrooms.cpp
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-02-23 15:04:09 +0300
committeraunsane <aunsane@gmail.com>2017-02-23 15:04:09 +0300
commit6e1c3bb16e5b0d396810a1a534f4854d55bcf4ac (patch)
treed3b0968dbd625150ff95896d5e3d3faf4ada380c /protocols/Tox/src/tox_chatrooms.cpp
parent81f96a9093d92678a9c78ed248ec966fd941a69c (diff)
Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to TokTok/c-toxcore
Diffstat (limited to 'protocols/Tox/src/tox_chatrooms.cpp')
-rw-r--r--protocols/Tox/src/tox_chatrooms.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_chatrooms.cpp b/protocols/Tox/src/tox_chatrooms.cpp
index 146a225419..5ca9895fcb 100644
--- a/protocols/Tox/src/tox_chatrooms.cpp
+++ b/protocols/Tox/src/tox_chatrooms.cpp
@@ -1,5 +1,5 @@
#include "stdafx.h"
-
+/*
MCONTACT CToxProto::GetChatRoom(int groupNumber)
{
MCONTACT hContact = NULL;
@@ -323,3 +323,4 @@ INT_PTR CALLBACK CToxProto::ChatRoomInviteProc(HWND hwndDlg, UINT msg, WPARAM wP
}
return FALSE;
}
+*/ \ No newline at end of file