diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-01 19:25:20 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-01 19:25:20 +0000 |
commit | cd60ff3b5bf31a99c2ccafcd404adf8a0452b0a4 (patch) | |
tree | 56433c8ca56230de7e1065a13e2fdea065ba2186 /protocols/SkypeWeb/src/skype_chatrooms.cpp | |
parent | 2bb514f4195c99b52e0ec748c975c0fd30dbbd25 (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.cpp | 4 |
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()));
|