summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_chatrooms.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-01 19:25:20 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-01 19:25:20 +0000
commitcd60ff3b5bf31a99c2ccafcd404adf8a0452b0a4 (patch)
tree56433c8ca56230de7e1065a13e2fdea065ba2186 /protocols/SkypeWeb/src/skype_chatrooms.cpp
parent2bb514f4195c99b52e0ec748c975c0fd30dbbd25 (diff)
SkypeWeb: Minor cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_chatrooms.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_chatrooms.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp
index 6cf49cc4a9..3d9e6175a3 100644
--- a/protocols/SkypeWeb/src/skype_chatrooms.cpp
+++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp
@@ -262,8 +262,8 @@ INT_PTR CSkypeProto::OnLeaveChatRoom(WPARAM hContact, LPARAM)
void CSkypeProto::OnChatEvent(const JSONNode &node)
{
- std::string clientMsgId = node["clientmessageid"].as_string();
- std::string skypeEditedId = node["skypeeditedid"].as_string();
+ //std::string clientMsgId = node["clientmessageid"].as_string();
+ //std::string skypeEditedId = node["skypeeditedid"].as_string();
std::string fromLink = node["from"].as_string();
ptrA from(ContactUrlToName(fromLink.c_str()));