From cd60ff3b5bf31a99c2ccafcd404adf8a0452b0a4 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Mon, 1 Jun 2015 19:25:20 +0000 Subject: SkypeWeb: Minor cleanup. git-svn-id: http://svn.miranda-ng.org/main/trunk@13962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_chatrooms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_chatrooms.cpp') 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())); -- cgit v1.2.3