From 41a5dbf4d9d937b5fe9df3c700e8c43c82f2343c Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Dec 2017 20:26:23 +0300 Subject: Tox: (#1068) - moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump --- protocols/Tox/src/tox_chatrooms.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 protocols/Tox/src/tox_chatrooms.h (limited to 'protocols/Tox/src/tox_chatrooms.h') diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h deleted file mode 100644 index 0f51a7391e..0000000000 --- a/protocols/Tox/src/tox_chatrooms.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _TOX_CHATROOMS_H_ -#define _TOX_CHATROOMS_H_ - -struct ChatRoomInviteParam -{ - CToxProto *proto; - std::vector invitedContacts; -}; - -#endif //_TOX_CHATROOMS_H_ \ No newline at end of file -- cgit v1.2.3