diff options
author | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
commit | 6e1c3bb16e5b0d396810a1a534f4854d55bcf4ac (patch) | |
tree | d3b0968dbd625150ff95896d5e3d3faf4ada380c /protocols/Tox/src/tox_proto.h | |
parent | 81f96a9093d92678a9c78ed248ec966fd941a69c (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_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 4380c2d98d..65ab3c2c15 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -198,8 +198,8 @@ private: INT_PTR __cdecl OnLeaveChatRoom(WPARAM hContact, LPARAM);
INT_PTR __cdecl OnCreateChatRoom(WPARAM, LPARAM);
- void InitGroupChatModule();
- void CloseAllChatChatSessions();
+ //void InitGroupChatModule();
+ //void CloseAllChatChatSessions();
static void OnGroupChatInvite(Tox *tox, int32_t friendNumber, uint8_t type, const uint8_t *data, const uint16_t length, void *arg);
|